Show / Hide Table of Contents

Class DictionaryKeysReader<K, V>

Inheritance
System.Object
DictionaryKeysReader<K, V>
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public sealed class DictionaryKeysReader<K, V> : ValueType, IEnumerable<K>, IEnumerable
Type Parameters
Name Description
K
V

Constructors

DictionaryKeysReader(Dictionary<K, V>)

Declaration
public DictionaryKeysReader(Dictionary<K, V> collection)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<K, V> collection

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Methods

GetEnumerator()

Declaration
public Dictionary<K, V>.KeyCollection.Enumerator GetEnumerator()
Returns
Type Description
System.Collections.Generic.Dictionary.KeyCollection.Enumerator<>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾