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
Add Method
Adds an item to the end of the list. This method is equivalent to calling:
Copy
Insert(Count, item)
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
void
Add
( T
item
)
public
:
virtual
void
Add
( T
item
)
override
Parameters
item
Type:
T
The item to add to the list.
Implements
ICollection
T
Add(T)
ICollection
T
Add(T)
See Also
Reference
ListBase
T
Class
X3Platform.Collections Namespace