AssemblyCollectionItem 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.9.0.1601 (2.9.0.1601)
Syntax public Assembly this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Assembly
Get
Set
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
AssemblyThe assembly at that index.
Implements
IListTItemInt32See Also