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