AssemblyCollectionInsert Method |
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public void Insert(
int index,
Assembly item
)
Public Sub Insert (
index As Integer,
item As Assembly
)
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: System.ReflectionAssembly
The object to insert into the AssemblyCollection.
Implements
IListTInsert(Int32, T)See Also