Converts the IList to PersistedList

C# | Visual Basic | Visual C++ |
public static SaveableAdapterCollection FromList( IList<ComponentAdapter> list )
Public Shared Function FromList ( _ list As IList(Of ComponentAdapter) _ ) As SaveableAdapterCollection
public: static SaveableAdapterCollection^ FromList( IList<ComponentAdapter^>^ list )

- list (IList<(Of <(<'ComponentAdapter>)>)>)
