LockableObservableListWrapper.Item[Int32] Property

Definition

public:
 property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
member this.Item(int) : string with get, set
Default Public Property Item(index As Integer) As String

Parameters

index
Int32

Property Value

Implements

Applies to