CollectionGenericTItem Property |
获取指定索引处的元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
property T default[int index] {
T get (int index);
}
member Item : 'T with get
Parameters
- index
- Type: SystemInt32
索引
Property Value
Type:
TSee Also