GenericParameterHandleCollection.Item[Int32] 属性

定义

获取只读列表中指定索引处的元素。

public:
 property System::Reflection::Metadata::GenericParameterHandle default[int] { System::Reflection::Metadata::GenericParameterHandle get(int index); };
public System.Reflection.Metadata.GenericParameterHandle this[int index] { get; }
member this.Item(int) : System.Reflection.Metadata.GenericParameterHandle
Default Public ReadOnly Property Item(index As Integer) As GenericParameterHandle

参数

index
Int32

要获取的元素的从零开始的索引。

属性值

只读列表中指定索引处的元素。

实现

适用于