生成されている現在のオブジェクトが値型または構造体かどうかを示す値を取得します。
Protected ReadOnly Property IsCurrentStruct As Boolean
[C#]
protected bool IsCurrentStruct {get;}
[C++]
protected: __property bool get_IsCurrentStruct();
[JScript]
protected function get IsCurrentStruct() : Boolean;
プロパティ値
現在のオブジェクトが値型または構造体である場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeGenerator クラス | CodeGenerator メンバ | System.CodeDom.Compiler 名前空間