PathTokenizer Struct¶
- Namespace
Microsoft.AspNetCore.Routing.Internal- Assemblies
- Microsoft.AspNetCore.Routing
Syntax¶
public struct PathTokenizer : IReadOnlyList<StringSegment>, IReadOnlyCollection<StringSegment>, IEnumerable<StringSegment>, IEnumerable
-
struct
Microsoft.AspNetCore.Routing.Internal.PathTokenizer
Constructors¶
-
PathTokenizer(Microsoft.AspNetCore.Http.PathString)¶ public PathTokenizer(PathString path)
-
Properties¶
-
Microsoft.AspNetCore.Routing.Internal.PathTokenizer.Count¶ Return type: System.Int32 public int Count { get; }
-
Microsoft.AspNetCore.Routing.Internal.PathTokenizer.Item[System.Int32]¶ Return type: Microsoft.Extensions.Primitives.StringSegment public StringSegment this[int index] { get; }
-
Methods¶
-
GetEnumerator()¶ Return type: Microsoft.AspNetCore.Routing.Internal.PathTokenizer.Enumerator public PathTokenizer.Enumerator GetEnumerator()
-
GetEnumerator() Return type: System.Collections.Generic.IEnumerator<Microsoft.Extensions.Primitives.StringSegment> IEnumerator<StringSegment> IEnumerable<StringSegment>.GetEnumerator()
-
GetEnumerator() Return type: System.Collections.IEnumerator IEnumerator IEnumerable.GetEnumerator()
-