バージョン

SetIEnumerable<T> メソッド

モデルの IEnumerable プロパティの値を設定します。
シンタックス
'宣言
 
Protected Sub SetIEnumerable(Of T As {New, System.Collections.IEnumerable})( _
   ByVal property As System.String, _
   ByVal value As T _
) 
protected void SetIEnumerable<T>( 
   System.string property,
   T value
)
where T: new(), System.Collections.IEnumerable

パラメータ

property
プロパティ名。
value
プロパティの値。

型パラメータ

T
プロパティのタイプ。
参照

オンラインで表示: GitHub