Show / Hide Table of Contents

Class Int64Sequence

Int64Sequence represents a sequence of int64s.

Inheritance
object
Int64Sequence
Implements
IMessage<Int64Sequence>
IEquatable<Int64Sequence>
IDeepCloneable<Int64Sequence>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX