refactor project structure and add documents.
This commit is contained in:
@@ -0,0 +1,797 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
commentId: T:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
id: SlotMap`1.Enumerator
|
||||
parent: Misaki.HighPerformance.Collections
|
||||
children:
|
||||
- Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.#ctor(Misaki.HighPerformance.Collections.SlotMap{`0})
|
||||
- Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Current
|
||||
- Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Dispose
|
||||
- Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.MoveNext
|
||||
- Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Reset
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SlotMap<T>.Enumerator
|
||||
nameWithType: SlotMap<T>.Enumerator
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Enumerator
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Misaki.HighPerformance
|
||||
namespace: Misaki.HighPerformance.Collections
|
||||
syntax:
|
||||
content: 'public struct SlotMap<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable'
|
||||
content.vb: Public Structure SlotMap(Of T).Enumerator Implements IEnumerator(Of T), IEnumerator, IDisposable
|
||||
implements:
|
||||
- System.Collections.Generic.IEnumerator{{T}}
|
||||
- System.Collections.IEnumerator
|
||||
- System.IDisposable
|
||||
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: SlotMap(Of T).Enumerator
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator
|
||||
name.vb: SlotMap(Of T).Enumerator
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.#ctor(Misaki.HighPerformance.Collections.SlotMap{`0})
|
||||
commentId: M:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.#ctor(Misaki.HighPerformance.Collections.SlotMap{`0})
|
||||
id: '#ctor(Misaki.HighPerformance.Collections.SlotMap{`0})'
|
||||
parent: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Enumerator(SlotMap<T>)
|
||||
nameWithType: SlotMap<T>.Enumerator.Enumerator(SlotMap<T>)
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Enumerator(Misaki.HighPerformance.Collections.SlotMap<T>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: .ctor
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Misaki.HighPerformance
|
||||
namespace: Misaki.HighPerformance.Collections
|
||||
syntax:
|
||||
content: public Enumerator(SlotMap<T> slotMap)
|
||||
parameters:
|
||||
- id: slotMap
|
||||
type: Misaki.HighPerformance.Collections.SlotMap`1
|
||||
content.vb: Public Sub New(slotMap As SlotMap(Of T))
|
||||
overload: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.#ctor*
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.New(SlotMap(Of T))
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.New(Misaki.HighPerformance.Collections.SlotMap(Of T))
|
||||
name.vb: New(SlotMap(Of T))
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Current
|
||||
commentId: P:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Current
|
||||
id: Current
|
||||
parent: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Current
|
||||
nameWithType: SlotMap<T>.Enumerator.Current
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Current
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Current
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Misaki.HighPerformance
|
||||
namespace: Misaki.HighPerformance.Collections
|
||||
summary: Gets the element in the collection at the current position of the enumerator.
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly T Current { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: '{T}'
|
||||
description: The element in the collection at the current position of the enumerator.
|
||||
content.vb: Public ReadOnly Property Current As T
|
||||
overload: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Current*
|
||||
implements:
|
||||
- System.Collections.Generic.IEnumerator{{T}}.Current
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.Current
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.Current
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.MoveNext
|
||||
commentId: M:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.MoveNext
|
||||
id: MoveNext
|
||||
parent: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MoveNext()
|
||||
nameWithType: SlotMap<T>.Enumerator.MoveNext()
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.MoveNext()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: MoveNext
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Misaki.HighPerformance
|
||||
namespace: Misaki.HighPerformance.Collections
|
||||
summary: Advances the enumerator to the next element of the collection.
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool MoveNext()
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the enumerator was successfully advanced to the next element; <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> if the enumerator has passed the end of the collection.
|
||||
content.vb: Public Function MoveNext() As Boolean
|
||||
overload: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.MoveNext*
|
||||
exceptions:
|
||||
- type: System.InvalidOperationException
|
||||
commentId: T:System.InvalidOperationException
|
||||
description: The collection was modified after the enumerator was created.
|
||||
implements:
|
||||
- System.Collections.IEnumerator.MoveNext
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.MoveNext()
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.MoveNext()
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Reset
|
||||
commentId: M:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Reset
|
||||
id: Reset
|
||||
parent: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Reset()
|
||||
nameWithType: SlotMap<T>.Enumerator.Reset()
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Reset
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Misaki.HighPerformance
|
||||
namespace: Misaki.HighPerformance.Collections
|
||||
summary: Sets the enumerator to its initial position, which is before the first element in the collection.
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Reset()
|
||||
content.vb: Public Sub Reset()
|
||||
overload: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Reset*
|
||||
exceptions:
|
||||
- type: System.InvalidOperationException
|
||||
commentId: T:System.InvalidOperationException
|
||||
description: The collection was modified after the enumerator was created.
|
||||
- type: System.NotSupportedException
|
||||
commentId: T:System.NotSupportedException
|
||||
description: The enumerator does not support being reset.
|
||||
implements:
|
||||
- System.Collections.IEnumerator.Reset
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.Reset()
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.Reset()
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Dispose
|
||||
commentId: M:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Dispose
|
||||
id: Dispose
|
||||
parent: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Dispose()
|
||||
nameWithType: SlotMap<T>.Enumerator.Dispose()
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Dispose()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
branch: main
|
||||
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
|
||||
id: Dispose
|
||||
path: src/Misaki.HighPerformance/Collections/SlotMap.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Misaki.HighPerformance
|
||||
namespace: Misaki.HighPerformance.Collections
|
||||
summary: Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Dispose()
|
||||
content.vb: Public Sub Dispose()
|
||||
overload: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Dispose*
|
||||
implements:
|
||||
- System.IDisposable.Dispose
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.Dispose()
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.Dispose()
|
||||
references:
|
||||
- uid: Misaki.HighPerformance.Collections
|
||||
commentId: N:Misaki.HighPerformance.Collections
|
||||
href: Misaki.html
|
||||
name: Misaki.HighPerformance.Collections
|
||||
nameWithType: Misaki.HighPerformance.Collections
|
||||
fullName: Misaki.HighPerformance.Collections
|
||||
spec.csharp:
|
||||
- uid: Misaki
|
||||
name: Misaki
|
||||
href: Misaki.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance
|
||||
name: HighPerformance
|
||||
href: Misaki.HighPerformance.html
|
||||
- name: .
|
||||
- uid: Misaki.HighPerformance.Collections
|
||||
name: Collections
|
||||
href: Misaki.HighPerformance.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.Collections
|
||||
name: Collections
|
||||
href: Misaki.HighPerformance.Collections.html
|
||||
- uid: System.Collections.Generic.IEnumerator{{T}}
|
||||
commentId: T:System.Collections.Generic.IEnumerator{`0}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerator`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
|
||||
name: IEnumerator<T>
|
||||
nameWithType: IEnumerator<T>
|
||||
fullName: System.Collections.Generic.IEnumerator<T>
|
||||
nameWithType.vb: IEnumerator(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerator(Of T)
|
||||
name.vb: IEnumerator(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerator`1
|
||||
name: IEnumerator
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerator`1
|
||||
name: IEnumerator
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System.Collections.IEnumerator
|
||||
commentId: T:System.Collections.IEnumerator
|
||||
parent: System.Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator
|
||||
name: IEnumerator
|
||||
nameWithType: IEnumerator
|
||||
fullName: System.Collections.IEnumerator
|
||||
- uid: System.IDisposable
|
||||
commentId: T:System.IDisposable
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.idisposable
|
||||
name: IDisposable
|
||||
nameWithType: IDisposable
|
||||
fullName: System.IDisposable
|
||||
- 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.Collections.Generic.IEnumerator`1
|
||||
commentId: T:System.Collections.Generic.IEnumerator`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
|
||||
name: IEnumerator<T>
|
||||
nameWithType: IEnumerator<T>
|
||||
fullName: System.Collections.Generic.IEnumerator<T>
|
||||
nameWithType.vb: IEnumerator(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerator(Of T)
|
||||
name.vb: IEnumerator(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerator`1
|
||||
name: IEnumerator
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerator`1
|
||||
name: IEnumerator
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: System.Collections
|
||||
commentId: N:System.Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections
|
||||
nameWithType: System.Collections
|
||||
fullName: System.Collections
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- 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: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.#ctor*
|
||||
commentId: Overload:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.#ctor
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.Enumerator.html#Misaki_HighPerformance_Collections_SlotMap_1_Enumerator__ctor_Misaki_HighPerformance_Collections_SlotMap__0__
|
||||
name: Enumerator
|
||||
nameWithType: SlotMap<T>.Enumerator.Enumerator
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Enumerator
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.New
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.New
|
||||
name.vb: New
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1
|
||||
commentId: T:Misaki.HighPerformance.Collections.SlotMap`1
|
||||
parent: Misaki.HighPerformance.Collections
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.html
|
||||
name: SlotMap<T>
|
||||
nameWithType: SlotMap<T>
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>
|
||||
nameWithType.vb: SlotMap(Of T)
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T)
|
||||
name.vb: SlotMap(Of T)
|
||||
spec.csharp:
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1
|
||||
name: SlotMap
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.html
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1
|
||||
name: SlotMap
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.html
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Current*
|
||||
commentId: Overload:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Current
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.Enumerator.html#Misaki_HighPerformance_Collections_SlotMap_1_Enumerator_Current
|
||||
name: Current
|
||||
nameWithType: SlotMap<T>.Enumerator.Current
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Current
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.Current
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.Current
|
||||
- uid: System.Collections.Generic.IEnumerator{{T}}.Current
|
||||
commentId: P:System.Collections.Generic.IEnumerator{`0}.Current
|
||||
parent: System.Collections.Generic.IEnumerator{{T}}
|
||||
definition: System.Collections.Generic.IEnumerator`1.Current
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1.current
|
||||
name: Current
|
||||
nameWithType: IEnumerator<T>.Current
|
||||
fullName: System.Collections.Generic.IEnumerator<T>.Current
|
||||
nameWithType.vb: IEnumerator(Of T).Current
|
||||
fullName.vb: System.Collections.Generic.IEnumerator(Of T).Current
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: System.Collections.Generic.IEnumerator`1.Current
|
||||
commentId: P:System.Collections.Generic.IEnumerator`1.Current
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1.current
|
||||
name: Current
|
||||
nameWithType: IEnumerator<T>.Current
|
||||
fullName: System.Collections.Generic.IEnumerator<T>.Current
|
||||
nameWithType.vb: IEnumerator(Of T).Current
|
||||
fullName.vb: System.Collections.Generic.IEnumerator(Of T).Current
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: System.InvalidOperationException
|
||||
commentId: T:System.InvalidOperationException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.invalidoperationexception
|
||||
name: InvalidOperationException
|
||||
nameWithType: InvalidOperationException
|
||||
fullName: System.InvalidOperationException
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.MoveNext*
|
||||
commentId: Overload:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.MoveNext
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.Enumerator.html#Misaki_HighPerformance_Collections_SlotMap_1_Enumerator_MoveNext
|
||||
name: MoveNext
|
||||
nameWithType: SlotMap<T>.Enumerator.MoveNext
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.MoveNext
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.MoveNext
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.MoveNext
|
||||
- uid: System.Collections.IEnumerator.MoveNext
|
||||
commentId: M:System.Collections.IEnumerator.MoveNext
|
||||
parent: System.Collections.IEnumerator
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator.movenext
|
||||
name: MoveNext()
|
||||
nameWithType: IEnumerator.MoveNext()
|
||||
fullName: System.Collections.IEnumerator.MoveNext()
|
||||
spec.csharp:
|
||||
- uid: System.Collections.IEnumerator.MoveNext
|
||||
name: MoveNext
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator.movenext
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Collections.IEnumerator.MoveNext
|
||||
name: MoveNext
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator.movenext
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
name: bool
|
||||
nameWithType: bool
|
||||
fullName: bool
|
||||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- uid: System.NotSupportedException
|
||||
commentId: T:System.NotSupportedException
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.notsupportedexception
|
||||
name: NotSupportedException
|
||||
nameWithType: NotSupportedException
|
||||
fullName: System.NotSupportedException
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Reset*
|
||||
commentId: Overload:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Reset
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.Enumerator.html#Misaki_HighPerformance_Collections_SlotMap_1_Enumerator_Reset
|
||||
name: Reset
|
||||
nameWithType: SlotMap<T>.Enumerator.Reset
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Reset
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.Reset
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.Reset
|
||||
- uid: System.Collections.IEnumerator.Reset
|
||||
commentId: M:System.Collections.IEnumerator.Reset
|
||||
parent: System.Collections.IEnumerator
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator.reset
|
||||
name: Reset()
|
||||
nameWithType: IEnumerator.Reset()
|
||||
fullName: System.Collections.IEnumerator.Reset()
|
||||
spec.csharp:
|
||||
- uid: System.Collections.IEnumerator.Reset
|
||||
name: Reset
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator.reset
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Collections.IEnumerator.Reset
|
||||
name: Reset
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerator.reset
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Dispose*
|
||||
commentId: Overload:Misaki.HighPerformance.Collections.SlotMap`1.Enumerator.Dispose
|
||||
href: Misaki.HighPerformance.Collections.SlotMap-1.Enumerator.html#Misaki_HighPerformance_Collections_SlotMap_1_Enumerator_Dispose
|
||||
name: Dispose
|
||||
nameWithType: SlotMap<T>.Enumerator.Dispose
|
||||
fullName: Misaki.HighPerformance.Collections.SlotMap<T>.Enumerator.Dispose
|
||||
nameWithType.vb: SlotMap(Of T).Enumerator.Dispose
|
||||
fullName.vb: Misaki.HighPerformance.Collections.SlotMap(Of T).Enumerator.Dispose
|
||||
- uid: System.IDisposable.Dispose
|
||||
commentId: M:System.IDisposable.Dispose
|
||||
parent: System.IDisposable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
|
||||
name: Dispose()
|
||||
nameWithType: IDisposable.Dispose()
|
||||
fullName: System.IDisposable.Dispose()
|
||||
spec.csharp:
|
||||
- uid: System.IDisposable.Dispose
|
||||
name: Dispose
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.IDisposable.Dispose
|
||||
name: Dispose
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
|
||||
- name: (
|
||||
- name: )
|
||||
Reference in New Issue
Block a user