|
ExtendedListTItem Property
|
item of given index
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic T this[
int ind
] { get; set; }
Public Default Property Item (
ind As Integer
) As T
Get
Set
public:
property T default[int ind] {
T get (int ind);
void set (int ind, T value);
}
member Item : 'T with get, set
Parameters
- ind
- Type: SystemInt32
index of item to return
Return Value
Type:
Titem of given index
See Also