AssemblyCollection.Insert Method |
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void Insert(
int index,
Assembly item
)
Public Sub Insert (
index As Integer,
item As Assembly
)
Parameters
- index
- Type: System.Int32
The zero-based index at which item should be inserted. - item
- Type: System.Reflection.Assembly
The object to insert into the AssemblyCollection.
Implements
IList<T>.Insert(Int32, T)
See Also