Vertaling van "ICollection" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Determines whether the ICollection<T>contains a specific key and value.
Détermine si ICollection<T>contient une clé et une valeur spécifiques.
Collection navigation properties must be declared as ICollection.
Les propriétés de navigation de la collection doivent être déclarées comme ICollection.
This constructor accepts an ICollection implementer as argument.
Ce constructeur accepte un applicateur d'ICollection comme argument.
Gets an object that can be used to synchronize access to the ICollection.
Obtient le nombre d'éléments contenus dans le ICollection.
If the source is an ICollection<T>or an array, it returns a custom enumerable object that keeps track of the number of items.
Si la source est une ICollection<T>ou un tableau, il renvoie un objet énumérable qui garde la trace du nombre d'élément.
Gets a value indicating whether the ICollection<'T>is read-only.
Obtient une valeur indiquant si le dictionnaire est en lecture seule.
Gets the number of elements contained in the ICollection<T>.
Autres Obtient le nombre d'éléments contenus dans le ICollection.
To provide a common abstract techniques of creating and using lists, the.NET Framework provides the ICollection interface.
Pour fournir une technique abstraite commune de créer et d'employer des listes, le cadre de.NET fournit l'interface d'ICollection.
An object that can be used to synchronize access to the ICollection. Remarks
Objet qui peut être utilisé pour synchroniser l'accès à ICollection. Remarques
ICollection.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Récupère une valeur correspondant à la clé Obtient une valeur indiquant si l'accès à ICollection est synchronisé (thread-safe).
This parameter is designed to format objects that support the ICollection (System.Collections) interface.
Ce paramètre est conçu pour mettre en forme des objets qui prennent en charge l'interface ICollection (System.Collections).
"The navigation property 'Details' on entity of type 'DataEntities.Parent' must implement ICollection<T>in order for Entity Framework to be able to track changes in collections."
"La propriété de navigation 'Détails' sur l'entité de type 'DataEntities.Parent' doit implémenter ICollection<T>pour qu'Entity Framework puisse suivre les modifications apportées aux collections."
ICollection<T>Defines a method that a type implements to compare two objects.