Gets or sets a value indicating whether the current object represented is the current structure.
[Visual Basic] Protected ReadOnly Property IsCurrentStruct As Boolean [C#] protected bool IsCurrentStruct {get;} [C++] protected: __property bool get_IsCurrentStruct(); [JScript] protected function get IsCurrentStruct() : Boolean;
true if the current object is the current structure; otherwise, false.
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace