Class KeyCollection
A collection of keys which can be accessed by index or name.
Inheritance
KeyCollection
Inherited Members
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
[fsObject(Converter = typeof(KeyedCollectionConverter<KeyCollection, string, Key>))]
public class KeyCollection : EnhancedKeyedCollection<string, Key>, IList<Key>, ICollection<Key>, IReadOnlyList<Key>, IReadOnlyCollection<Key>, IEnumerable<Key>, IList, ICollection, IEnumerable
Methods
| Improve this Doc View SourceGetKeyForItem(Key)
Declaration
protected override string GetKeyForItem(Key key)
Parameters
Type | Name | Description |
---|---|---|
Key | key |
Returns
Type | Description |
---|---|
String |
Overrides
System.Collections.ObjectModel.KeyedCollection<System.String, DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.Key>.GetKeyForItem(DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.Key)