コード例 #1
0
 public bool TryFindLast(System.Text.Utf8Span value, out System.Range range)
 {
     throw null;
 }
コード例 #2
0
 public bool TryFindLast(System.Text.Utf8Span value, System.StringComparison comparisonType, out System.Range range)
 {
     throw null;
 }
コード例 #3
0
 public bool StartsWith(System.Text.Utf8Span value)
 {
     throw null;
 }
コード例 #4
0
 public bool StartsWith(System.Text.Utf8Span value, System.StringComparison comparison)
 {
     throw null;
 }
コード例 #5
0
 public int CompareTo(System.Text.Utf8Span other, System.StringComparison comparison)
 {
     throw null;
 }
コード例 #6
0
 public SplitOnResult SplitOnLast(System.Text.Utf8Span separator, System.StringComparison comparisonType)
 {
     throw null;
 }
コード例 #7
0
 public static bool Equals(System.Text.Utf8Span left, System.Text.Utf8Span right, System.StringComparison comparison)
 {
     throw null;
 }
コード例 #8
0
 public void Deconstruct(out System.Text.Utf8Span before, out System.Text.Utf8Span after)
 {
     throw null;
 }
コード例 #9
0
 public bool Equals(System.Text.Utf8Span other, System.StringComparison comparison)
 {
     throw null;
 }
コード例 #10
0
 public static bool Equals(System.Text.Utf8Span left, System.Text.Utf8Span right)
 {
     throw null;
 }
コード例 #11
0
 public bool Equals(System.Text.Utf8Span other)
 {
     throw null;
 }
コード例 #12
0
 public bool Contains(System.Text.Utf8Span value, System.StringComparison comparison)
 {
     throw null;
 }
コード例 #13
0
 public bool Contains(System.Text.Utf8Span value)
 {
     throw null;
 }
コード例 #14
0
 public void Deconstruct(out System.Text.Utf8Span item1, out System.Text.Utf8Span item2, out System.Text.Utf8Span item3)
 {
     throw null;
 }
コード例 #15
0
 public SplitResult Split(System.Text.Utf8Span separator, System.Utf8StringSplitOptions options = System.Utf8StringSplitOptions.None)
 {
     throw null;
 }
コード例 #16
0
 public void Deconstruct(out System.Text.Utf8Span item1, out System.Text.Utf8Span item2, out System.Text.Utf8Span item3, out System.Text.Utf8Span item4, out System.Text.Utf8Span item5, out System.Text.Utf8Span item6, out System.Text.Utf8Span item7, out System.Text.Utf8Span item8)
 {
     throw null;
 }
コード例 #17
0
 public SplitOnResult SplitOnLast(System.Text.Utf8Span separator)
 {
     throw null;
 }
コード例 #18
0
 public static bool AreEquivalent(System.Text.Utf8Span utf8Text, System.ReadOnlySpan <char> utf16Text)
 {
     throw null;
 }
コード例 #19
0
 public int CompareTo(System.Text.Utf8Span other)
 {
     throw null;
 }