CodeTypeReferenceCollection.Item Property (Int32)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets the CodeTypeReference at the specified index in the collection.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System.Int32
The index of the collection to access.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index parameter is outside the valid range of indexes for the collection. |
This method is an indexer that can be used to access the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: