'Declaration Public Shadows ReadOnly Default Property Item( _ ByVal code As String _ ) As Rider
'Declaration
Public Shadows ReadOnly Default Property Item( _ ByVal code As String _ ) As Rider
'Usage Dim instance As RiderCollection Dim code As String Dim value As Rider value = instance.Item(code)
'Usage
Dim instance As RiderCollection Dim code As String Dim value As Rider value = instance.Item(code)
public new Rider this[ string code ]; {get;}
public this: : Rider;[ code: String ]; read-only
public hide this[ code : String ] get : Rider
public: __property new Rider* get_Item string* code ;
public: new property Rider^ default [String^] { Rider^ get(String^ code); }
RiderCollection Class RiderCollection Members