CodeTypeReferenceCollection::Insert Method (Int32, CodeTypeReference^)
.NET Framework (current version)
Inserts a CodeTypeReference into the collection at the specified index.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index where the item should be inserted.
- value
-
Type:
System.CodeDom::CodeTypeReference^
The CodeTypeReference to insert.
.NET Framework
Available since 1.1
Available since 1.1
Show: