public Object this[ string name ] { get; }
Public ReadOnly Default Property Item ( name As String ) As Object Get
public: property Object^ default[String^ name] { Object^ get (String^ name); }
member Item : Object with get
In This Article