List.DotNetCollectionToXppCollection<TKey> 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 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