Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
ICollection<(Of <(T>)>)..::.Remove(T)
[Ceci est une documentation préliminaire, sous réserve de modification.]
L'appel de cette méthode correspond à une opération illégale
et lève une InvalidOperationException.
Namespace:
Developpez.Dotnet.CollectionsAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override bool Remove( KeyValuePair<TKey, TValue> item ) |
Visual Basic (Declaration) |
---|
Public Overrides Function Remove ( _ item As KeyValuePair(Of TKey, TValue) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( KeyValuePair<TKey, TValue> item ) override |
Parameters
- item
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)
La paire clé/valeur à supprimer
Return Value
[Missing <returns> documentation for "M:Developpez.Dotnet.Collections.ReadOnlyDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]
Implements
ICollection<(Of <(T>)>)..::.Remove(T)ICollection<(Of <(T>)>)..::.Remove(T)