Class SceneConfigurationCollection
Represents a collection of scene configuration objects.
public class SceneConfigurationCollection : KeyedCollection<string, SceneConfiguration>, IList<SceneConfiguration>, ICollection<SceneConfiguration>, IList, ICollection, IReadOnlyList<SceneConfiguration>, IReadOnlyCollection<SceneConfiguration>, IEnumerable<SceneConfiguration>, IEnumerable
- Inheritance
-
SceneConfigurationCollection
- Implements
- Inherited Members
Methods
GetKeyForItem(SceneConfiguration)
Returns the key for the specified configuration object.
protected override string GetKeyForItem(SceneConfiguration item)
Parameters
item
SceneConfigurationThe configuration object from which to extract the key.
Returns
- string
The key for the specified configuration object.