IGenericCollectionT

IGenericCollection<T> interface

Interface de collecte générique auxiliaire.

public interface IGenericCollection<T> : ICollection, IEnumerable<T>
ParamètreLa description
T

Propriétés

NomLa description
AsICollection { get; }Renvoie l’interface ICollection.
AsIEnumerable { get; }Renvoie l’interface IEnumerable. Lecture seuleIEnumerable .

Voir également