Class StreamSequenceInfo
Inheritance
StreamSequenceInfo
Assembly: Glitch9.IO.dll
Syntax
public record StreamSequenceInfo : IEquatable<StreamSequenceInfo>
Constructors
|
Edit this page
View Source
StreamSequenceInfo(int, string, bool)
Declaration
public StreamSequenceInfo(int sequenceNumber, string key, bool isDone)
Parameters
Properties
|
Edit this page
View Source
IsDone
Declaration
public bool IsDone { get; }
Property Value
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
SequenceNumber
Declaration
public int SequenceNumber { get; }
Property Value
Implements
Extension Methods