Compartir a través de


RdlCollectionBase(T) Miembros

Represents the base class for an RDL collection.

El tipo RdlCollectionBase< (Of < ( <'T> ) > ) > expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido RdlCollectionBase< (Of < ( <'T> ) > ) >() () () () Infraestructura. Initializes a new instance of the RdlCollectionBase<(Of <(<'T>)>)> class.
Método protegido RdlCollectionBase< (Of < ( <'T> ) > ) >(IContainedObject) Infraestructura. Initializes a new instance of the RdlCollectionBase<(Of <(<'T>)>)> class.

Principio

Métodos

  Nombre Descripción
Método publico Add (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico Clear (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método protegido ClearItems (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico Contains (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico CopyTo (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico IndexOf (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico Insert (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método protegido InsertItem Infraestructura. (Invalida Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T).)
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método publico RemoveAt (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método protegido RemoveItem (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Método protegido SetItem Infraestructura. (Invalida Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T).)
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Propiedad pública Item (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Propiedad protegida Items (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Propiedad pública Parent The parent object.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList. . :: . .Add
Implementación de interfaces explícitasPropiedad privada IList. . :: . .Item
Implementación de interfaces explícitasMétodo privado IList. . :: . .Contains (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasMétodo privado IList. . :: . .IndexOf (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasMétodo privado IList. . :: . .Insert (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsFixedSize (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasPropiedad privada ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsReadOnly (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .IsSynchronized (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasMétodo privado IList. . :: . .Remove (Se hereda de Collection< (Of < ( <'T> ) > ) >).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .SyncRoot (Se hereda de Collection< (Of < ( <'T> ) > ) >).

Principio