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