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