List.XppCollectionToDotNetCollection<TKey>(List) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename TKey>
static System::Collections::Generic::List<TKey> ^ XppCollectionToDotNetCollection(Microsoft::Dynamics::Ax::Xpp::List ^ xppList);
public static System.Collections.Generic.List<TKey> XppCollectionToDotNetCollection<TKey> (Microsoft.Dynamics.Ax.Xpp.List xppList);
static member XppCollectionToDotNetCollection : Microsoft.Dynamics.Ax.Xpp.List -> System.Collections.Generic.List<'Key>
Public Shared Function XppCollectionToDotNetCollection(Of TKey) (xppList As List) As List(Of TKey)
Type Parameters
- TKey
Parameters
- xppList
- List
Returns
List<TKey>