MethodBase.IsStatic Property

Definition

Gets a value indicating whether the method is static.

public:
 property bool IsStatic { bool get(); };
public bool IsStatic { get; }
member this.IsStatic : bool
Public ReadOnly Property IsStatic As Boolean

Property Value

true if this method is static; otherwise, false.

Implements

Remarks

A static member cannot implicitly reference instance data in a class.

Applies to

See also