CodeTypeParameterCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.