ValidationStateDictionary.Remove Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Remove(KeyValuePair<Object,ValidationStateEntry>) | |
| Remove(Object) |
Remove(KeyValuePair<Object,ValidationStateEntry>)
Removes the first occurrence of a specific object from the ICollection<T>.
public:
virtual bool Remove(System::Collections::Generic::KeyValuePair<System::Object ^, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^> item);
public bool Remove (System.Collections.Generic.KeyValuePair<object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<obj, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<obj, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry> -> bool
Public Function Remove (item As KeyValuePair(Of Object, ValidationStateEntry)) As Boolean
Parametry
Návraty
Implementuje
Platí pro
Remove(Object)
Removes the element with the specified key from the IDictionary<TKey,TValue>.
public:
virtual bool Remove(System::Object ^ key);
public bool Remove (object key);
abstract member Remove : obj -> bool
override this.Remove : obj -> bool
Public Function Remove (key As Object) As Boolean
Parametry
- key
- Object