次の方法で共有


DictMethod.Isdelegate Method

Definition

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.

Applies to