Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.ParallelReader.yml

618 lines
25 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
commentId: T:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
id: UnsafeChunkedList`1.ParallelReader
parent: Misaki.HighPerformance.LowLevel.Collections
children:
- Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.ChunkCapacity
- Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Count
- Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.GetEnumerator
- Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item(System.Int32)
- Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item(System.UInt32)
- Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.listData
langs:
- csharp
- vb
name: UnsafeChunkedList<T>.ParallelReader
nameWithType: UnsafeChunkedList<T>.ParallelReader
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader
type: Struct
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: ParallelReader
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 78
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
summary: A parallel reader for an UnsafeChunkedList.
example: []
syntax:
content: public readonly struct UnsafeChunkedList<T>.ParallelReader
content.vb: Public Structure UnsafeChunkedList(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: UnsafeChunkedList(Of T).ParallelReader
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader
name.vb: UnsafeChunkedList(Of T).ParallelReader
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.listData
commentId: F:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.listData
id: listData
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
langs:
- csharp
- vb
name: listData
nameWithType: UnsafeChunkedList<T>.ParallelReader.listData
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.listData
type: Field
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: listData
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 80
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public readonly UnsafeChunkedList<T>* listData
return:
type: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1*
content.vb: Public ReadOnly listData As UnsafeChunkedList(Of T)*
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.listData
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.listData
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Count
commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Count
id: Count
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
langs:
- csharp
- vb
name: Count
nameWithType: UnsafeChunkedList<T>.ParallelReader.Count
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.Count
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Count
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 81
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.UnsafeChunkedList`1.ParallelReader.Count*
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.Count
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.Count
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.ChunkCapacity
commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.ChunkCapacity
id: ChunkCapacity
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
langs:
- csharp
- vb
name: ChunkCapacity
nameWithType: UnsafeChunkedList<T>.ParallelReader.ChunkCapacity
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.ChunkCapacity
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: ChunkCapacity
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 82
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public int ChunkCapacity { get; }
parameters: []
return:
type: System.Int32
content.vb: Public ReadOnly Property ChunkCapacity As Integer
overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.ChunkCapacity*
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.ChunkCapacity
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.ChunkCapacity
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item(System.Int32)
commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item(System.Int32)
id: Item(System.Int32)
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
langs:
- csharp
- vb
name: this[int]
nameWithType: UnsafeChunkedList<T>.ParallelReader.this[int]
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.this[int]
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: this[]
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 84
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.UnsafeChunkedList`1.ParallelReader.Item*
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.this[](Integer)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.this[](Integer)
name.vb: this[](Integer)
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item(System.UInt32)
commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item(System.UInt32)
id: Item(System.UInt32)
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
langs:
- csharp
- vb
name: this[uint]
nameWithType: UnsafeChunkedList<T>.ParallelReader.this[uint]
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.this[uint]
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: this[]
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 94
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.UnsafeChunkedList`1.ParallelReader.Item*
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.this[](UInteger)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.this[](UInteger)
name.vb: this[](UInteger)
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.GetEnumerator
commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.GetEnumerator
id: GetEnumerator
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
langs:
- csharp
- vb
name: GetEnumerator()
nameWithType: UnsafeChunkedList<T>.ParallelReader.GetEnumerator()
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.GetEnumerator()
type: Method
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: GetEnumerator
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeChunkedList.cs
startLine: 105
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public UnsafeChunkedList<T>.Enumerator GetEnumerator()
return:
type: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.Enumerator
content.vb: Public Function GetEnumerator() As UnsafeChunkedList(Of T).Enumerator
overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.GetEnumerator*
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.GetEnumerator()
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.GetEnumerator()
references:
- 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.UnsafeChunkedList`1*
isExternal: true
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.html
name: UnsafeChunkedList<T>*
nameWithType: UnsafeChunkedList<T>*
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>*
nameWithType.vb: UnsafeChunkedList(Of T)*
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T)*
name.vb: UnsafeChunkedList(Of T)*
spec.csharp:
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1
name: UnsafeChunkedList
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.html
- name: <
- name: T
- name: '>'
- name: '*'
spec.vb:
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1
name: UnsafeChunkedList
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.html
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: '*'
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Count*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Count
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeChunkedList_1_ParallelReader_Count
name: Count
nameWithType: UnsafeChunkedList<T>.ParallelReader.Count
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.Count
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.Count
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(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.UnsafeChunkedList`1.ParallelReader.ChunkCapacity*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.ChunkCapacity
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeChunkedList_1_ParallelReader_ChunkCapacity
name: ChunkCapacity
nameWithType: UnsafeChunkedList<T>.ParallelReader.ChunkCapacity
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.ChunkCapacity
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.ChunkCapacity
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.ChunkCapacity
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.Item
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeChunkedList_1_ParallelReader_Item_System_Int32_
name: this
nameWithType: UnsafeChunkedList<T>.ParallelReader.this
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.this
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.this[]
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(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.UnsafeChunkedList`1.ParallelReader.GetEnumerator*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader.GetEnumerator
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.ParallelReader.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeChunkedList_1_ParallelReader_GetEnumerator
name: GetEnumerator
nameWithType: UnsafeChunkedList<T>.ParallelReader.GetEnumerator
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.ParallelReader.GetEnumerator
nameWithType.vb: UnsafeChunkedList(Of T).ParallelReader.GetEnumerator
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).ParallelReader.GetEnumerator
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.Enumerator
commentId: T:Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.Enumerator
parent: Misaki.HighPerformance.LowLevel.Collections
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.html
name: UnsafeChunkedList<T>.Enumerator
nameWithType: UnsafeChunkedList<T>.Enumerator
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList<T>.Enumerator
nameWithType.vb: UnsafeChunkedList(Of T).Enumerator
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList(Of T).Enumerator
name.vb: UnsafeChunkedList(Of T).Enumerator
spec.csharp:
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1
name: UnsafeChunkedList
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.html
- name: <
- name: T
- name: '>'
- name: .
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.Enumerator
name: Enumerator
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.Enumerator.html
spec.vb:
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1
name: UnsafeChunkedList
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.html
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: .
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.Enumerator
name: Enumerator
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList-1.Enumerator.html