次の方法で共有


ArrayModelBinder<TElement>.CopyToModel メソッド

定義

指定した targetに からsourceCollection値を追加します。

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 何もバインドされなかった場合は 。

適用対象