Поделиться через


ArrayModelBinder<TElement>.CopyToModel Метод

Определение

Добавляет значения из sourceCollection в заданный target.

protected:
 override void CopyToModel(System::Object ^ target, System::Collections::Generic::IEnumerable<TElement> ^ sourceCollection);
protected override void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement> sourceCollection);
protected override void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement?> sourceCollection);
override this.CopyToModel : obj * seq<'Element> -> unit
Protected Overrides Sub CopyToModel (target As Object, sourceCollection As IEnumerable(Of TElement))

Параметры

target
Object

Object в который копируются значения.

sourceCollection
IEnumerable<TElement>

Коллекция значений, полученных от поставщиков значений. null если ничего не было привязано.

Применяется к