Array.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::Array ^ DotNetCollectionToXppCollection(System::Collections::Generic::List<TKey> ^ source, Microsoft::Dynamics::Ax::Xpp::Types keyTypes);
public static Microsoft.Dynamics.Ax.Xpp.Array 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.Array
Public Shared Function DotNetCollectionToXppCollection(Of TKey) (source As List(Of TKey), keyTypes As Types) As Array
Type Parameters
- TKey
Parameters
- source
- List<TKey>
- keyTypes
- Types