SaaS CMS has officially launched! Learn more now.

Class MetaTypeCollection

Summary description for MetaTypeCollection.

Inheritance
System.Object
System.Collections.ReadOnlyCollectionBase
MetaTypeCollection
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: 11.8.3
Syntax
public class MetaTypeCollection : IndexedCollectionBase<MetaType>, ICollection, IEnumerable

Properties

IsReadOnly

Declaration
public virtual bool IsReadOnly { get; }
Property Value
Type Description
System.Boolean

Implements

System.Collections.ICollection
System.Collections.IEnumerable