CollectionGenericTRemove Method (Int32) |
移除指定索引处的元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public virtual void Remove(
int index
)
Public Overridable Sub Remove (
index As Integer
)
public:
virtual void Remove(
int index
)
abstract Remove :
index : int -> unit
override Remove :
index : int -> unit
Parameters
- index
- Type: SystemInt32
移除指定索引处的元素
See Also