Show / Hide Table of Contents

Class SectionCollection

A collection of sections which can be accessed by index or name.

Inheritance
Object
Collection<Section>
KeyedCollection<String, Section>
EnhancedKeyedCollection<String, Section>
SectionCollection
Inherited Members
EnhancedKeyedCollection<String, Section>.TryGetValue(String, Section)
EnhancedKeyedCollection<String, Section>.GetValueOrDefault(String)
EnhancedKeyedCollection<String, Section>.SetItem(Int32, Section)
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 Source

GetKeyForItem(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)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX