Set.XppCollectionToDotNetCollection<TKey>(Set) 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::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>