Show / Hide Table of Contents

Struct ConcurrentSet<T>.KeyEnumerator

The key enumerator.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Core.dll
Syntax
public readonly struct ConcurrentSet<T>.KeyEnumerator

Properties

View Source

Current

Gets the current key.

Declaration
public T Current { get; }
Property Value
Type Description
T

Methods

View Source

MoveNext()

Moves the enumerator to the next key.

Declaration
public bool MoveNext()
Returns
Type Description
bool

True if the move succeeded.

View Source

Reset()

Resets the enumerator.

Declaration
public void Reset()
  • View Source
In this article
Back to top Generated by DocFX