WeakShortReferenceListTItem Property |
Gets or sets an item at a certain index
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override T this[
int index
] { get; set; }
Public Overrides Default Property Item (
index As Integer
) As T
Get
Set
public:
virtual property T default[int index] {
T get (int index) override;
void set (int index, T value) override;
}
abstract Item : 'T with get, set
override Item : 'T with get, set
Parameters
- index
- Type: SystemInt32
the item index
Return Value
Type:
Tthe item at the specified index
Implements
IListTItemInt32IListTItemInt32Exceptions See Also