示例#1
0
 public SignedIndex(SignedType Type, Int64 Lower, Int64 Upper) : this(Type, new Range <Int64>(Lower, Upper))
 {
 }
示例#2
0
 public SignedIndex(SignedType Type, Range <Int64> Range) : this(Type) {
     this.Range = Range;
 }
示例#3
0
 public SignedIndex(SignedType Type)
 {
     this.Type = Type;
 }