SortedInt32KeyNode<TValue> sealed class SortedInt32KeyNode<TValue> Documentation Code public struct Enumerator<TValue> : IEnumerator<KeyValuePair<int, TValue>>, IDisposable, IEnumerator, ISecurePooledObjectUser public int Height { get; } public bool IsEmpty { get; } public SortedInt32KeyNode<TValue> Left { get; } public SortedInt32KeyNode<TValue> Right { get; } public KeyValuePair<int, TValue> Value { get; } public Enumerator<TValue> GetEnumerator()