Struct ConcurrentSet<T>.KeyEnumerator
The key enumerator.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Core.dll
Syntax
public readonly struct ConcurrentSet<T>.KeyEnumerator
Properties
View SourceCurrent
Gets the current key.
Declaration
public T Current { get; }
Property Value
Type | Description |
---|---|
T |
Methods
View SourceMoveNext()
Moves the enumerator to the next key.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool | True if the move succeeded. |
Reset()
Resets the enumerator.
Declaration
public void Reset()