Share via


List.DotNetCollectionToXppCollection<TKey> Method

Definition

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

Type Parameters

TKey

Parameters

dotNetList
List<TKey>
containedXppType
Types

Returns

Applies to