'Declaration Public Overridable Default Property Item( _ ByVal index As Integer _ ) As Object
'Declaration
Public Overridable Default Property Item( _ ByVal index As Integer _ ) As Object
public virtual object this[ int index ]; {get; set;}
public this: : TObject;[ index: Integer ];virtual; read-write
public this[ index : int ] get,set : Object
public: __property virtual Object* get_Item int index ; public: __property virtual void set_Item int index, Object* value ;
.NET FrameworkVersion 2.0 or later
MimerUserDefinedType Class MimerUserDefinedType Members