DataCollection<TKey,TValue> Constructors

Definition

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>

Applies to