Class EbicsHVSignerInfos
Collection of EbicsHVSignerInfo objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<EbicsHVSignerInfo>
EbicsHVSignerInfos
Implements
System.Collections.Generic.IList<EbicsHVSignerInfo>
System.Collections.Generic.ICollection<EbicsHVSignerInfo>
System.Collections.Generic.IReadOnlyList<EbicsHVSignerInfo>
System.Collections.Generic.IReadOnlyCollection<EbicsHVSignerInfo>
System.Collections.Generic.IEnumerable<EbicsHVSignerInfo>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Add(Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Clear()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.ClearItems()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Contains(Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.CopyTo(Subsembly.EBICS.EbicsHVSignerInfo[], System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.IndexOf(Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Insert(System.Int32, Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.InsertItem(System.Int32, Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Remove(Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.SetItem(System.Int32, Subsembly.EBICS.EbicsHVSignerInfo)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Count
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.Items
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.Generic.ICollection<Subsembly.EBICS.EbicsHVSignerInfo>.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Subsembly.EBICS.EbicsHVSignerInfo>.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.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsHVSignerInfos : Collection<EbicsHVSignerInfo>, IList<EbicsHVSignerInfo>, ICollection<EbicsHVSignerInfo>, IReadOnlyList<EbicsHVSignerInfo>, IReadOnlyCollection<EbicsHVSignerInfo>, IEnumerable<EbicsHVSignerInfo>, 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