London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MethodElementCollection

Represents MethodElementCollection.

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

Constructors

MethodElementCollection()

Initializes a new instance of the MethodElementCollection class.

Declaration
public MethodElementCollection()

Properties

Item[String]

Declaration
public MethodElement this[string key] { get; }
Parameters
Type Name Description
System.String key
Property Value
Type Description
MethodElement

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