バージョン

Map<T>(Object) メソッド

Fluent インターフェイスを使用してマップを作成します。
シンタックス
'宣言
 
Public Overloads Function Map(Of T As Class)( _
   ByVal htmlAttributes As System.Object _
) As Map(Of T)
public Map<T> Map<T>( 
   System.object htmlAttributes
)
where T: class

パラメータ

htmlAttributes

型パラメータ

T
データ ソース内の項目の型。

戻り値の型

マップ ラッパー。
参照

オンラインで表示: GitHub