'Declaration
Public Overloads Shadows Property Item( _ ByVal index As Integer _ ) As MimerParameter
public new MimerParameter Item( int index ) {get; set;}
public read-write property Item( index: Integer ): MimerParameter;
public hide function get,set Item( index : int ) : MimerParameter
public: __property new MimerParameter* get_Item( int index ); public: __property new void set_Item( int index, MimerParameter* value );
Parameters
- index
- Zero-based index of the parameter.