DictMethod.Isdelegate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the method is a delegate.
public:
virtual bool Isdelegate();
public virtual bool Isdelegate ();
abstract member Isdelegate : unit -> bool
override this.Isdelegate : unit -> bool
Public Overridable Function Isdelegate () As Boolean
Returns
true if the method is a delegate; otherwise, false.