Class Int64Sequence
Int64Sequence represents a sequence of int64s.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Int64Sequence : IMessage<Int64Sequence>, IEquatable<Int64Sequence>, IDeepCloneable<Int64Sequence>, IBufferMessage, IMessage
Constructors
Int64Sequence()
Declaration
public Int64Sequence()
Int64Sequence(Int64Sequence)
Declaration
public Int64Sequence(Int64Sequence other)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64Sequence | other |
Properties
Int64Vals
int64 sequence.
Declaration
public RepeatedField<long> Int64Vals { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<long> |