X3Platform 帮助文档
X3Platform 帮助文档
X3Platform
X3Platform.Collections
ListBase(T) Class
ListBase(T) Methods
Add Method
AsReadOnly Method
Clear Method
Contains Method
CopyTo Method
Find Method
FindIndex Method
FindLast Method
FindLastIndex Method
GetEnumerator Method
IndexOf Method
Insert Method
LastIndexOf Method
Range Method
Remove Method
RemoveAt Method
TryFind Method
TryFindLast Method
ListBase
T
Clear Method
This method must be overridden by the derived class to empty the list of all items.
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
ListBase
T
Class
X3Platform.Collections Namespace