AssemblyCollection.Item Property |
Gets or sets the element at the specified index.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic Assembly this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Assembly
Get
Set
Parameters
- index
- Type: System.Int32
The index.
Return Value
Type:
AssemblyThe assembly at that index.
Implements
IList<T>.Item[Int32]
See Also