CollectionModelBinder<TElement>.CreateEmptyCollection(Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Creare un Object oggetto assegnabile a targetType
.
protected:
virtual System::Object ^ CreateEmptyCollection(Type ^ targetType);
protected virtual object CreateEmptyCollection (Type targetType);
abstract member CreateEmptyCollection : Type -> obj
override this.CreateEmptyCollection : Type -> obj
Protected Overridable Function CreateEmptyCollection (targetType As Type) As Object
Parametri
Restituisce
Oggetto Object assegnabile a targetType
.
Commenti
Chiamato quando si crea un modello "vuoto" predefinito per un'associazione di primo livello.