public long this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Long
Get
public:
virtual property long long default[int index] {
long long get (int index) sealed;
}
abstract Item : int64 with get
override Item : int64 with get