Class ModuleElementCollection
Inheritance
System.Object
ModuleElementCollection
Implements
System.Collections.IEnumerable
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
public class ModuleElementCollection : ConfigurationElementCollection, IEnumerable<ModuleElement>, IEnumerable
Constructors
Declaration
public ModuleElementCollection()
Properties
Declaration
public ModuleElement this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type |
Description |
System.Configuration.ConfigurationElement |
|
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type |
Name |
Description |
System.Configuration.ConfigurationElement |
element |
|
Returns
Type |
Description |
System.Object |
|
Declaration
public IEnumerator<ModuleElement> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<ModuleElement> |
|
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable