eDriven Framework API
FromList Method (list)
NamespaceseDriven.Gui.Designer.CollectionsSaveableStringCollectionFromList(IList<(Of <<'(String>)>>))
eDriven Framework API
Converts the IList to PersistedList
Declaration Syntax
C#Visual BasicVisual C++
public static SaveableStringCollection FromList(
	IList<string> list
)
Public Shared Function FromList ( _
	list As IList(Of String) _
) As SaveableStringCollection
public:
static SaveableStringCollection^ FromList(
	IList<String^>^ list
)
Parameters
list (IList<(Of <(<'String>)>)>)
Return Value

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