Try our conversational search powered by Generative AI!

Class MetaClassIdCollection

Summary description for MetaClassIdCollection.

Inheritance
System.Object
System.Collections.ReadOnlyCollectionBase
MetaClassIdCollection
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ReadOnlyCollectionBase.GetEnumerator()
System.Collections.ReadOnlyCollectionBase.InnerList
System.Collections.ReadOnlyCollectionBase.Count
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.IsSynchronized
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.SyncRoot
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public class MetaClassIdCollection : ReadOnlyCollectionBase, ICollection, IEnumerable

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

true if this instance is read only; otherwise, false.

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.

Implements

System.Collections.ICollection
System.Collections.IEnumerable