eDriven Framework API
Item Property (i)
NamespaceseDriven.Gui.Designer.CollectionsSaveableCollectionBase<(Of <(<'T>)>)>Item[([( Int32])])
eDriven Framework API
int indexer
Declaration Syntax
C#Visual BasicVisual C++
public T this[
	int i
] { get; set; }
Public Default Property Item ( _
	i As Integer _
) As T
	Get
	Set
public:
property T default[int i] {
	T get (int i);
	void set (int i, T value);
}
Parameters
i (Int32)
Return Value

Assembly: eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)