Class SepaOtherIds
A sequence of SepaOtherId instances.
Implements
System.Collections.Generic.IList<SepaOtherId>
System.Collections.Generic.ICollection<SepaOtherId>
System.Collections.Generic.IReadOnlyList<SepaOtherId>
System.Collections.Generic.IReadOnlyCollection<SepaOtherId>
System.Collections.Generic.IEnumerable<SepaOtherId>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Add(Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Clear()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.ClearItems()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Contains(Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.CopyTo(Subsembly.Sepa.SepaOtherId[], System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.IndexOf(Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Insert(System.Int32, Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.InsertItem(System.Int32, Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Remove(Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.SetItem(System.Int32, Subsembly.Sepa.SepaOtherId)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Count
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.Items
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.Generic.ICollection<Subsembly.Sepa.SepaOtherId>.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.Sepa.SepaOtherId>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaOtherIds : SepaCollection<SepaOtherId>, IList<SepaOtherId>, ICollection<SepaOtherId>, IReadOnlyList<SepaOtherId>, IReadOnlyCollection<SepaOtherId>, IEnumerable<SepaOtherId>, IList, ICollection, IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable