Share via


Set.XppCollectionToDotNetCollection<TKey>(Set) Method

Definition

public:
generic <typename TKey>
 static System::Collections::Generic::List<TKey> ^ XppCollectionToDotNetCollection(Microsoft::Dynamics::Ax::Xpp::Set ^ source);
public static System.Collections.Generic.List<TKey> XppCollectionToDotNetCollection<TKey> (Microsoft.Dynamics.Ax.Xpp.Set source);
static member XppCollectionToDotNetCollection : Microsoft.Dynamics.Ax.Xpp.Set -> System.Collections.Generic.List<'Key>
Public Shared Function XppCollectionToDotNetCollection(Of TKey) (source As Set) As List(Of TKey)

Type Parameters

TKey

Parameters

source
Set

Returns

List<TKey>

Applies to