SynMemberFlags Type
Represents the flags for a 'member' declaration
Record fields
Record Field |
Description
|
Full Usage:
GetterOrSetterIsCompilerGenerated
Field type: bool
|
The member was generated by the compiler
|
Full Usage:
IsDispatchSlot
Field type: bool
|
The member is a dispatch slot
|
Full Usage:
IsFinal
Field type: bool
|
The member is 'final'
|
Full Usage:
IsInstance
Field type: bool
|
The member is an instance member (non-static)
|
Full Usage:
IsOverrideOrExplicitImpl
Field type: bool
|
The member is an 'override' or explicit interface implementation
|
|
The kind of the member
|