DictionaryModelBinder<TKey,TValue>.CreateEmptyCollection(Type) 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.
Create an Object assignable to targetType.
protected:
 override System::Object ^ CreateEmptyCollection(Type ^ targetType);protected override object CreateEmptyCollection(Type targetType);override this.CreateEmptyCollection : Type -> objProtected Overrides Function CreateEmptyCollection (targetType As Type) As ObjectParameters
Returns
An Object assignable to targetType.