バージョン

SetCamelizedStringEnum<T> メソッド

値が Enum の小文字値の文字列プロパティの値を設定します。
シンタックス
'宣言
 
Protected Sub SetCamelizedStringEnum(Of T As {New, Struct})( _
   ByVal property As System.String, _
   ByVal value As System.Nullable(Of T) _
) 
protected void SetCamelizedStringEnum<T>( 
   System.string property,
   System.Nullable<T> value
)
where T: new(), struct

パラメータ

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

型パラメータ

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

オンラインで表示: GitHub