Converts the IList to PersistedList

C# | Visual Basic | Visual 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 )
