Header menu logo F# Compiler Guide

SynMemberFlags Type

Represents the flags for a 'member' declaration

Record fields

Record Field Description

GetterOrSetterIsCompilerGenerated

Full Usage: GetterOrSetterIsCompilerGenerated

Field type: bool

The member was generated by the compiler

Field type: bool

IsDispatchSlot

Full Usage: IsDispatchSlot

Field type: bool

The member is a dispatch slot

Field type: bool

IsFinal

Full Usage: IsFinal

Field type: bool

The member is 'final'

Field type: bool

IsInstance

Full Usage: IsInstance

Field type: bool

The member is an instance member (non-static)

Field type: bool

IsOverrideOrExplicitImpl

Full Usage: IsOverrideOrExplicitImpl

Field type: bool

The member is an 'override' or explicit interface implementation

Field type: bool

MemberKind

Full Usage: MemberKind

Field type: SynMemberKind

The kind of the member

Field type: SynMemberKind

Type something to start searching.