Class MetaClassIdCollection
Summary description for MetaClassIdCollection.
Inheritance
System.Object
MetaClassIdCollection
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0Syntax
public class MetaClassIdCollection : ReadOnlyCollectionBase
Constructors
MetaClassIdCollection()
Declaration
public MetaClassIdCollection()
Properties
IsReadOnly
Gets a value indicating whether this instance is read only.
Declaration
public virtual bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Item[Int32]
Gets the System.Int32 at the specified index.
Declaration
public int this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Add(Int32)
Adds the specified new item.
Declaration
public void Add(int newItem)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | newItem | The new item. |