SaaS CMS has officially launched! Learn more now.

Class MethodInfoCollection

Represents method info collection.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<MethodInfo>
MethodInfoCollection
Implements
System.Collections.Generic.IList<MethodInfo>
System.Collections.Generic.ICollection<MethodInfo>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MethodInfo>
System.Collections.Generic.IReadOnlyCollection<MethodInfo>
System.Collections.Generic.IEnumerable<MethodInfo>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Add(Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Clear()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.CopyTo(Mediachase.BusinessFoundation.Data.Business.MethodInfo[], System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Contains(Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.IndexOf(Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Remove(Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.ClearItems()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.InsertItem(System.Int32, Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.SetItem(System.Int32, Mediachase.BusinessFoundation.Data.Business.MethodInfo)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Count
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Items
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.MethodInfo>.System.Collections.IList.IsFixedSize
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.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public class MethodInfoCollection : Collection<MethodInfo>, IList<MethodInfo>, ICollection<MethodInfo>, IList, ICollection, IReadOnlyList<MethodInfo>, IReadOnlyCollection<MethodInfo>, IEnumerable<MethodInfo>, IEnumerable

Constructors

MethodInfoCollection()

Initializes a new instance of the MethodInfoCollection class.

Declaration
public MethodInfoCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable