X3Platform 帮助文档
X3Platform 帮助文档
X3Platform
X3Platform.Collections
DictionaryBase(TKey, TValue) Class
DictionaryBase(TKey, TValue) Methods
Add Method
AsReadOnly Method
Clear Method
Contains Method
ContainsKey Method
Remove Method
ToString Method
TryGetValue Method
DictionaryBase
TKey
,
TValue
Clear Method
Clears the dictionary. This method must be overridden in the derived class.
Namespace:
X3Platform.Collections
Assembly:
X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
C#
C++
Copy
public
abstract
void
Clear
()
public
:
virtual
void
Clear
()
abstract
override
Implements
ICollection
T
Clear
ICollection
T
Clear
See Also
Reference
DictionaryBase
TKey, TValue
Class
X3Platform.Collections Namespace