Show / Hide Table of Contents

Class Uint64Sequence

Uint64Sequence represents a sequence of uint64s.

Inheritance
object
Uint64Sequence
Implements
IMessage<Uint64Sequence>
IEquatable<Uint64Sequence>
IDeepCloneable<Uint64Sequence>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Uint64Sequence : IMessage<Uint64Sequence>, IEquatable<Uint64Sequence>, IDeepCloneable<Uint64Sequence>, IBufferMessage, IMessage

Constructors

Uint64Sequence()

Declaration
public Uint64Sequence()

Uint64Sequence(Uint64Sequence)

Declaration
public Uint64Sequence(Uint64Sequence other)
Parameters
Type Name Description
Uint64Sequence other

Properties

Uint64Vals

uint64 sequence.

Declaration
public RepeatedField<ulong> Uint64Vals { get; }
Property Value
Type Description
RepeatedField<ulong>
In this article
Back to top Generated by DocFX