Click or drag to resize
CollectionGenericTItem Property
获取指定索引处的元素

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
索引

Property Value

Type: T
See Also