1 write to End
Microsoft.Private.Windows.Core (1)
System.Range.g.cs (1)
34End = end;
7 references to End
Microsoft.Private.Windows.Core (7)
System.Range.g.cs (7)
42r.End.Equals(End); 46public bool Equals(global::System.Range other) => other.Start.Equals(Start) && other.End.Equals(End); 51return global::System.Range.HashHelpers.Combine(Start.GetHashCode(), End.GetHashCode()); 57return Start.ToString() + ".." + End.ToString(); 87global::System.Index endIndex = End;