Set.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::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