SimpleORM.NET
Item Property (p_index)
NamespacesSormObjectList<(Of <(T>)>)Item[([(Int32])])

[This is preliminary documentation and is subject to change.]

Returns an instance from the list. Assigning is not allowed.
Declaration Syntax
C#Visual BasicVisual C++
public T this[
	int p_index
] { get; set; }
Public Default Property Item ( _
	p_index As Integer _
) As T
public:
virtual property T default[int p_index] {
	T get (int p_index) sealed;
	void set (int p_index, T value) sealed;
}
Parameters
p_index (Int32)

Assembly: sorm (Module: sorm) Version: 1.0.0.13068