3 references to Range
Microsoft.Private.Windows.Core (3)
System.Range.g.cs (3)
61
public static global::System.Range StartAt(global::System.Index start) => new global::System.
Range
(start, global::System.Index.End);
64
public static global::System.Range EndAt(global::System.Index end) => new global::System.
Range
(global::System.Index.Start, end);
67
public static global::System.Range All => new global::System.
Range
(global::System.Index.Start, global::System.Index.End);