imbSCI - Coding for Science - Foundation
imbSCI - Coding for Science - Foundation
imbSCI Namespaces
imbSCI.Data Namespaces
imbSCI.Data.collection Namespaces
imbSCI.Data.collection
aceDictionaryCollection(T) Class
aceDictionaryCollection(T) Methods
Remove Method
Remove Method (KeyValuePair(String, T))
Remove Method (String)
aceDictionaryCollection
T
Remove Method (String)
imbSCI
|
imbACE
|
imbNLP
|
imbWEM
|
imbWBI
Removes the element with the specified key from the
IDictionary
TKey, TValue
.
Namespace:
imbSCI.Data.collection
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
Copy
public
bool
Remove
(
string
key
)
Request Example
View Source
Parameters
key
Type:
System
String
The key of the element to remove.
Return Value
Type:
Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if
key
was not found in the original
IDictionary
TKey, TValue
.
Implements
IDictionary
TKey, TValue
Remove(TKey)
Exceptions
Exception
Condition
ArgumentNullException
key
is null.
NotSupportedException
The
IDictionary
TKey, TValue
is read-only.
See Also
Reference
aceDictionaryCollection
T
Class
Remove Overload
imbSCI.Data.collection Namespace
Coding For Science - imbVeles Open Source Framework - Goran Grubić : 2017-2018
Project web site
Copyright (c) 2018 - GNU General Public License v3.0
Send comments on this topic to
hardy@veles.rs