X3Platform 帮助文档
X3Platform 帮助文档
X3Platform
X3Platform.Collections
BigList(T) Class
BigList(T) Methods
Add Method
AddRange Method
AddRangeToFront Method
AddToFront Method
BinarySearch Method
Clear Method
Clone Method
CloneContents Method
ConvertAll Method
GetEnumerator Method
GetRange Method
Insert Method
InsertRange Method
Range Method
RemoveAt Method
RemoveRange Method
Reverse Method
Sort Method
BigList
T
Clear Method
Removes all of the items from the BigList.
Namespace:
X3Platform.Collections
Assembly:
X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
C#
C++
Copy
public
override
sealed
void
Clear
()
public
:
virtual
void
Clear
()
override
sealed
Implements
ICollection
T
Clear
ICollection
T
Clear
Remarks
Clearing a BigList takes constant time.
See Also
Reference
BigList
T
Class
X3Platform.Collections Namespace