CodeTypeParameterCollection.Item[Int32] Property

Definition

Gets or sets the CodeTypeParameter object at the specified index in the collection.

public:
 property System::CodeDom::CodeTypeParameter ^ default[int] { System::CodeDom::CodeTypeParameter ^ get(int index); void set(int index, System::CodeDom::CodeTypeParameter ^ value); };
public System.CodeDom.CodeTypeParameter this[int index] { get; set; }
member this.Item(int) : System.CodeDom.CodeTypeParameter with get, set
Default Public Property Item(index As Integer) As CodeTypeParameter

Parameters

index
Int32

The zero-based index of the collection object to access.

Property Value

The CodeTypeParameter object at the specified index.

Exceptions

index is outside the valid range of indexes for the collection.

Remarks

This property is an indexer that can be used to access the collection.

Applies to