public Object this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As Object Get Set
public: property Object^ default[int index] { Object^ get (int index); void set (int index, Object^ value); }
member Item : Object with get, set
function get_Item(index); function set_Item(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.