CodeDirectiveCollection.Insert Method (Int32, CodeDirective)
.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. |
Inserts the specified CodeDirective object into the collection at the specified index.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index position where the specified object should be inserted.
- value
-
Type:
System.CodeDom.CodeDirective
The CodeDirective object to insert.
Exception | Condition |
---|---|
ArgumentOutOfRangeException |
The following code example shows the use of the Insert method to insert a CodeDirective object at index 0 of the collection. This example is part of a larger example provided for the CodeDirectiveCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: