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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.