Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet-1.Enumerator.yml

526 lines
20 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
commentId: T:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
id: UnsafeHashSet`1.Enumerator
parent: Misaki.HighPerformance.LowLevel.Collections
children:
- Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.#ctor(Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{`0}@)
- Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Current
- Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.MoveNext
- Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Reset
langs:
- csharp
- vb
name: UnsafeHashSet<T>.Enumerator
nameWithType: UnsafeHashSet<T>.Enumerator
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator
type: Struct
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Enumerator
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
startLine: 15
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public ref struct UnsafeHashSet<T>.Enumerator
content.vb: Public Structure UnsafeHashSet(Of T).Enumerator
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: UnsafeHashSet(Of T).Enumerator
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator
name.vb: UnsafeHashSet(Of T).Enumerator
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Current
commentId: P:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Current
id: Current
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
langs:
- csharp
- vb
name: Current
nameWithType: UnsafeHashSet<T>.Enumerator.Current
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.Current
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Current
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
startLine: 19
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public readonly T Current { get; }
parameters: []
return:
type: '{T}'
content.vb: Public ReadOnly Property Current As T
overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Current*
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.Current
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.Current
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.#ctor(Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{`0}@)
commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.#ctor(Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{`0}@)
id: '#ctor(Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{`0}@)'
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
langs:
- csharp
- vb
name: Enumerator(ref HashMapHelper<T>)
nameWithType: UnsafeHashSet<T>.Enumerator.Enumerator(ref HashMapHelper<T>)
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.Enumerator(ref Misaki.HighPerformance.LowLevel.Collections.HashMapHelper<T>)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
startLine: 21
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public Enumerator(ref HashMapHelper<T> hashMap)
parameters:
- id: hashMap
type: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{{T}}
content.vb: Public Sub New(hashMap As HashMapHelper(Of T))
overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.#ctor*
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.New(HashMapHelper(Of T))
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.New(Misaki.HighPerformance.LowLevel.Collections.HashMapHelper(Of T))
name.vb: New(HashMapHelper(Of T))
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.MoveNext
commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.MoveNext
id: MoveNext
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
langs:
- csharp
- vb
name: MoveNext()
nameWithType: UnsafeHashSet<T>.Enumerator.MoveNext()
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.MoveNext()
type: Method
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: MoveNext
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
startLine: 26
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public bool MoveNext()
return:
type: System.Boolean
content.vb: Public Function MoveNext() As Boolean
overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.MoveNext*
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.MoveNext()
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.MoveNext()
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Reset
commentId: M:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Reset
id: Reset
parent: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
langs:
- csharp
- vb
name: Reset()
nameWithType: UnsafeHashSet<T>.Enumerator.Reset()
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.Reset()
type: Method
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Reset
path: src/Misaki.HighPerformance.LowLevel/Collections/UnsafeHashSet.cs
startLine: 32
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public void Reset()
content.vb: Public Sub Reset()
overload: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Reset*
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.Reset()
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.Reset()
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.UnsafeHashSet`1.Enumerator.Current*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Current
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet-1.Enumerator.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeHashSet_1_Enumerator_Current
name: Current
nameWithType: UnsafeHashSet<T>.Enumerator.Current
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.Current
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.Current
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.Current
- uid: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
- uid: T
name: T
nameWithType: T
fullName: T
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.#ctor*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.#ctor
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet-1.Enumerator.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeHashSet_1_Enumerator__ctor_Misaki_HighPerformance_LowLevel_Collections_HashMapHelper__0___
name: Enumerator
nameWithType: UnsafeHashSet<T>.Enumerator.Enumerator
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.Enumerator
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.New
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.New
name.vb: New
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{{T}}
commentId: T:Misaki.HighPerformance.LowLevel.Collections.HashMapHelper{`0}
parent: Misaki.HighPerformance.LowLevel.Collections
definition: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
href: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper-1.html
name: HashMapHelper<T>
nameWithType: HashMapHelper<T>
fullName: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper<T>
nameWithType.vb: HashMapHelper(Of T)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper(Of T)
name.vb: HashMapHelper(Of T)
spec.csharp:
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
name: HashMapHelper
href: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper-1.html
- name: <
- name: T
- name: '>'
spec.vb:
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
name: HashMapHelper
href: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper-1.html
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
commentId: T:Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
href: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper-1.html
name: HashMapHelper<TKey>
nameWithType: HashMapHelper<TKey>
fullName: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper<TKey>
nameWithType.vb: HashMapHelper(Of TKey)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper(Of TKey)
name.vb: HashMapHelper(Of TKey)
spec.csharp:
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
name: HashMapHelper
href: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper-1.html
- name: <
- name: TKey
- name: '>'
spec.vb:
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
name: HashMapHelper
href: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper-1.html
- name: (
- name: Of
- name: " "
- name: TKey
- name: )
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.MoveNext*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.MoveNext
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet-1.Enumerator.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeHashSet_1_Enumerator_MoveNext
name: MoveNext
nameWithType: UnsafeHashSet<T>.Enumerator.MoveNext
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.MoveNext
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.MoveNext
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.MoveNext
- 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: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Reset*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator.Reset
href: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet-1.Enumerator.html#Misaki_HighPerformance_LowLevel_Collections_UnsafeHashSet_1_Enumerator_Reset
name: Reset
nameWithType: UnsafeHashSet<T>.Enumerator.Reset
fullName: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet<T>.Enumerator.Reset
nameWithType.vb: UnsafeHashSet(Of T).Enumerator.Reset
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet(Of T).Enumerator.Reset