Share via


Set.DotNetCollectionToXppCollection<TKey> Method

Definition

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

Type Parameters

TKey

Parameters

source
List<TKey>
keyTypes
Types

Returns

Set

Applies to