eDriven Framework API
Item Property (id)
NamespaceseDriven.Core.SerializationStringIndexedList<(Of <(<'T>)>)>Item[([( String])])
eDriven Framework API
Gets the list item by ID
Declaration Syntax
C#Visual BasicVisual C++
public T this[
	string id
] { get; }
Public ReadOnly Default Property Item ( _
	id As String _
) As T
	Get
public:
property T default[String^ id] {
	T get (String^ id);
}
Parameters
id (String)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)