GenericListWrapperTItem Property |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
public:
virtual property Object^ default[int index] {
Object^ get (int index) sealed;
void set (int index, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- index
- Type: SystemInt32
Return Value
Type:
ObjectImplements
IListItemInt32See Also