MemberExpressionAst.Static Property
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.
True if the member to return is static, false if the member is an instance member.
public:
property bool Static { bool get(); };
public:
property bool Static { bool get(); };
public bool Static { get; }
member this.Static : bool
Public ReadOnly Property Static As Boolean