Skip to main content

LongRange

Assembly: ServiceStack.Text.dll​
View Source​
Declaration
public class LongRange : IEquatable<LongRange>

Properties​

From​

View Source​
Declaration
public long From { get; }

To​

View Source​
Declaration
public long? To { get; }

Methods​

Deconstruct(out Int64, out Nullable<Int64>)​

View Source​
Declaration
public void Deconstruct(out long from, out long? to)
Parameters​
TypeName
System.Int64from
System.Nullable<System.Int64>to

Implements​

  • System.IEquatable<ServiceStack.LongRange>