AssemblyCollection.Add Method (Assembly) |
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void Add(
Assembly item
)
Public Sub Add (
item As Assembly
)
Parameters
- item
- Type: System.Reflection.Assembly
The object to add to the AssemblyCollection.
Implements
ICollection<T>.Add(T)
See Also