public T Item { get; }
Public ReadOnly Property Item As T
Get
Dim instance As MruItem
Dim value As T
value = instance.Item
public:
property T Item {
T get ();
}
member Item : 'T with get
No code example is currently available or this language may not be supported.