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