Map.DotNetCollectionToXppCollection<TKey,TValue> 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, typename TValue>
static Microsoft::Dynamics::Ax::Xpp::Map ^ DotNetCollectionToXppCollection(System::Collections::Generic::Dictionary<TKey, TValue> ^ source, Microsoft::Dynamics::Ax::Xpp::Types keyTypes, Microsoft::Dynamics::Ax::Xpp::Types valueTypes);
public static Microsoft.Dynamics.Ax.Xpp.Map DotNetCollectionToXppCollection<TKey,TValue> (System.Collections.Generic.Dictionary<TKey,TValue> source, Microsoft.Dynamics.Ax.Xpp.Types keyTypes, Microsoft.Dynamics.Ax.Xpp.Types valueTypes);
static member DotNetCollectionToXppCollection : System.Collections.Generic.Dictionary<'Key, 'Value> * Microsoft.Dynamics.Ax.Xpp.Types * Microsoft.Dynamics.Ax.Xpp.Types -> Microsoft.Dynamics.Ax.Xpp.Map
Public Shared Function DotNetCollectionToXppCollection(Of TKey, TValue) (source As Dictionary(Of TKey, TValue), keyTypes As Types, valueTypes As Types) As Map
Type Parameters
- TKey
- TValue
Parameters
- source
- Dictionary<TKey,TValue>
- keyTypes
- Types
- valueTypes
- Types