### YamlMime:ManagedReference items: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader commentId: T:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader id: UnsafeList`1.ParallelReader parent: Misaki.HighPerformance.LowLevel.Collections children: - Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.AsSpan - Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Count - Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.GetEnumerator - Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item(System.Int32) - Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item(System.UInt32) - Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.listData langs: - csharp - vb name: UnsafeList.ParallelReader nameWithType: UnsafeList.ParallelReader fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader type: Struct source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: ParallelReader path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 74 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections summary: A Parallel reader for an UnsafeList. remarks: >- Use to create a parallel reader for a list. The list must live and the address of the list remain stable at least as long as the parallel reader, and the parallel reader must not be used after the list is disposed. example: [] syntax: content: public readonly struct UnsafeList.ParallelReader content.vb: Public Structure UnsafeList(Of T).ParallelReader inheritedMembers: - System.ValueType.Equals(System.Object) - System.ValueType.GetHashCode - System.ValueType.ToString - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) nameWithType.vb: UnsafeList(Of T).ParallelReader fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader name.vb: UnsafeList(Of T).ParallelReader - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.listData commentId: F:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.listData id: listData parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader langs: - csharp - vb name: listData nameWithType: UnsafeList.ParallelReader.listData fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.listData type: Field source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: listData path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 76 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public readonly UnsafeList* listData return: type: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1* content.vb: Public ReadOnly listData As UnsafeList(Of T)* nameWithType.vb: UnsafeList(Of T).ParallelReader.listData fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.listData - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Count commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Count id: Count parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader langs: - csharp - vb name: Count nameWithType: UnsafeList.ParallelReader.Count fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.Count type: Property source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: Count path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 77 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public int Count { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property Count As Integer overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Count* nameWithType.vb: UnsafeList(Of T).ParallelReader.Count fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.Count - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item(System.Int32) commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item(System.Int32) id: Item(System.Int32) parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader langs: - csharp - vb name: this[int] nameWithType: UnsafeList.ParallelReader.this[int] fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.this[int] type: Property source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: this[] path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 79 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public ref readonly T this[int index] { get; } parameters: - id: index type: System.Int32 return: type: '{T}' content.vb: Public ReadOnly Default Property this[](index As Integer) As T overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item* nameWithType.vb: UnsafeList(Of T).ParallelReader.this[](Integer) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.this[](Integer) name.vb: this[](Integer) - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item(System.UInt32) commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item(System.UInt32) id: Item(System.UInt32) parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader langs: - csharp - vb name: this[uint] nameWithType: UnsafeList.ParallelReader.this[uint] fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.this[uint] type: Property source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: this[] path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 85 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public ref readonly T this[uint index] { get; } parameters: - id: index type: System.UInt32 return: type: '{T}' content.vb: Public ReadOnly Default Property this[](index As UInteger) As T overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item* nameWithType.vb: UnsafeList(Of T).ParallelReader.this[](UInteger) fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.this[](UInteger) name.vb: this[](UInteger) - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.GetEnumerator commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.GetEnumerator id: GetEnumerator parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader langs: - csharp - vb name: GetEnumerator() nameWithType: UnsafeList.ParallelReader.GetEnumerator() fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.GetEnumerator() type: Method source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: GetEnumerator path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 96 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public UnsafeList.Enumerator GetEnumerator() return: type: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.Enumerator content.vb: Public Function GetEnumerator() As UnsafeList(Of T).Enumerator overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.GetEnumerator* nameWithType.vb: UnsafeList(Of T).ParallelReader.GetEnumerator() fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.GetEnumerator() - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.AsSpan commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.AsSpan id: AsSpan parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader langs: - csharp - vb name: AsSpan() nameWithType: UnsafeList.ParallelReader.AsSpan() fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.AsSpan() type: Method source: remote: path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: AsSpan path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeList.cs startLine: 101 assemblies: - Misaki.HighPerformance.LowLevel namespace: Misaki.HighPerformance.LowLevel.Collections syntax: content: public ReadOnlySpan AsSpan() return: type: System.ReadOnlySpan{{T}} content.vb: Public Function AsSpan() As ReadOnlySpan(Of T) overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.AsSpan* nameWithType.vb: UnsafeList(Of T).ParallelReader.AsSpan() fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.AsSpan() references: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.AsParallelReader commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.AsParallelReader href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_AsParallelReader name: AsParallelReader() nameWithType: UnsafeList.AsParallelReader() fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.AsParallelReader() nameWithType.vb: UnsafeList(Of T).AsParallelReader() fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).AsParallelReader() spec.csharp: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.AsParallelReader name: AsParallelReader href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_AsParallelReader - name: ( - name: ) spec.vb: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.AsParallelReader name: AsParallelReader href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_AsParallelReader - name: ( - name: ) - uid: Misaki.HighPerformance.LowLevel.Collections commentId: N:Misaki.HighPerformance.LowLevel.Collections href: Misaki.html name: Misaki.HighPerformance.LowLevel.Collections nameWithType: Misaki.HighPerformance.LowLevel.Collections fullName: Misaki.HighPerformance.LowLevel.Collections spec.csharp: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.LowLevel name: LowLevel href: Misaki.HighPerformance.LowLevel.html - name: . - uid: Misaki.HighPerformance.LowLevel.Collections name: Collections href: Misaki.HighPerformance.LowLevel.Collections.html spec.vb: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.LowLevel name: LowLevel href: Misaki.HighPerformance.LowLevel.html - name: . - uid: Misaki.HighPerformance.LowLevel.Collections name: Collections href: Misaki.HighPerformance.LowLevel.Collections.html - uid: System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object) parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals name: Equals(object) nameWithType: ValueType.Equals(object) fullName: System.ValueType.Equals(object) nameWithType.vb: ValueType.Equals(Object) fullName.vb: System.ValueType.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode name: GetHashCode() nameWithType: ValueType.GetHashCode() fullName: System.ValueType.GetHashCode() spec.csharp: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) spec.vb: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) - uid: System.ValueType.ToString commentId: M:System.ValueType.ToString parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring name: ToString() nameWithType: ValueType.ToString() fullName: System.ValueType.ToString() spec.csharp: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) spec.vb: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType commentId: T:System.ValueType parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype name: ValueType nameWithType: ValueType fullName: System.ValueType - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1* isExternal: true href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html name: UnsafeList* nameWithType: UnsafeList* fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList* nameWithType.vb: UnsafeList(Of T)* fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T)* name.vb: UnsafeList(Of T)* spec.csharp: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1 name: UnsafeList href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html - name: < - name: T - name: '>' - name: '*' spec.vb: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1 name: UnsafeList href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html - name: ( - name: Of - name: " " - name: T - name: ) - name: '*' - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Count* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Count href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_ParallelReader_Count name: Count nameWithType: UnsafeList.ParallelReader.Count fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.Count nameWithType.vb: UnsafeList(Of T).ParallelReader.Count fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.Count - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.Item href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_ParallelReader_Item_System_Int32_ name: this nameWithType: UnsafeList.ParallelReader.this fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.this nameWithType.vb: UnsafeList(Of T).ParallelReader.this[] fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.this[] name.vb: this[] - uid: '{T}' commentId: '!:T' definition: T name: T nameWithType: T fullName: T - uid: T name: T nameWithType: T fullName: T - uid: System.UInt32 commentId: T:System.UInt32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.uint32 name: uint nameWithType: uint fullName: uint nameWithType.vb: UInteger fullName.vb: UInteger name.vb: UInteger - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.GetEnumerator* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.GetEnumerator href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_ParallelReader_GetEnumerator name: GetEnumerator nameWithType: UnsafeList.ParallelReader.GetEnumerator fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.GetEnumerator nameWithType.vb: UnsafeList(Of T).ParallelReader.GetEnumerator fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.GetEnumerator - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.Enumerator commentId: T:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.Enumerator parent: Misaki.HighPerformance.LowLevel.Collections href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html name: UnsafeList.Enumerator nameWithType: UnsafeList.Enumerator fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.Enumerator nameWithType.vb: UnsafeList(Of T).Enumerator fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).Enumerator name.vb: UnsafeList(Of T).Enumerator spec.csharp: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1 name: UnsafeList href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html - name: < - name: T - name: '>' - name: . - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.Enumerator name: Enumerator href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.Enumerator.html spec.vb: - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1 name: UnsafeList href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.html - name: ( - name: Of - name: " " - name: T - name: ) - name: . - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.Enumerator name: Enumerator href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.Enumerator.html - uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.AsSpan* commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader.AsSpan href: Misaki.HighPerformance.LowLevel.Collections.UnsafeList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeList_1_ParallelReader_AsSpan name: AsSpan nameWithType: UnsafeList.ParallelReader.AsSpan fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeList.ParallelReader.AsSpan nameWithType.vb: UnsafeList(Of T).ParallelReader.AsSpan fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeList(Of T).ParallelReader.AsSpan - uid: System.ReadOnlySpan{{T}} commentId: T:System.ReadOnlySpan{``0} parent: System definition: System.ReadOnlySpan`1 href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 name: ReadOnlySpan nameWithType: ReadOnlySpan fullName: System.ReadOnlySpan nameWithType.vb: ReadOnlySpan(Of T) fullName.vb: System.ReadOnlySpan(Of T) name.vb: ReadOnlySpan(Of T) spec.csharp: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: < - name: T - name: '>' spec.vb: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.ReadOnlySpan`1 commentId: T:System.ReadOnlySpan`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 name: ReadOnlySpan nameWithType: ReadOnlySpan fullName: System.ReadOnlySpan nameWithType.vb: ReadOnlySpan(Of T) fullName.vb: System.ReadOnlySpan(Of T) name.vb: ReadOnlySpan(Of T) spec.csharp: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: < - name: T - name: '>' spec.vb: - uid: System.ReadOnlySpan`1 name: ReadOnlySpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1 - name: ( - name: Of - name: " " - name: T - name: )