Class DictionaryKeysReader<K, V>
Inheritance
System.Object
DictionaryKeysReader<K, V>
Assembly: VRage.Library.dll
Syntax
public sealed class DictionaryKeysReader<K, V> : ValueType, IEnumerable<K>, IEnumerable
Type Parameters
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<> |
|