Array.XppCollectionToDotNetCollection<TKey>(Array) 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::Array ^ source);
public static System.Collections.Generic.List<TKey> XppCollectionToDotNetCollection<TKey> (Microsoft.Dynamics.Ax.Xpp.Array source);
static member XppCollectionToDotNetCollection : Microsoft.Dynamics.Ax.Xpp.Array -> System.Collections.Generic.List<'Key>
Public Shared Function XppCollectionToDotNetCollection(Of TKey) (source As Array) As List(Of TKey)
Type Parameters
- TKey
Parameters
- source
- Array
Returns
List<TKey>