DataCollection<TKey,TValue> Constructors
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.
Overloads
DataCollection<TKey,TValue>() |
Initializes a new instance of the DataCollection<TKey,TValue> class. |
DataCollection<TKey,TValue>(IDictionary<TKey,TValue>) |
DataCollection<TKey,TValue>()
Initializes a new instance of the DataCollection<TKey,TValue> class.
protected public:
DataCollection();
protected internal DataCollection ();
Protected Friend Sub New ()
Applies to
DataCollection<TKey,TValue>(IDictionary<TKey,TValue>)
protected public:
DataCollection(System::Collections::Generic::IDictionary<TKey, TValue> ^ collection);
protected internal DataCollection (System.Collections.Generic.IDictionary<TKey,TValue> collection);
new Microsoft.Xrm.Sdk.DataCollection<'Key, 'Value> : System.Collections.Generic.IDictionary<'Key, 'Value> -> Microsoft.Xrm.Sdk.DataCollection<'Key, 'Value>
Protected Friend Sub New (collection As IDictionary(Of TKey, TValue))
Parameters
- collection
- IDictionary<TKey,TValue>