SynMemberFlags Type
Represents the flags for a 'member' declaration
Record fields
| Record Field | Description | 
| 
                
              
                  Full Usage: 
                   GetterOrSetterIsCompilerGeneratedField type: bool | 
                The member was generated by the compiler 
 | 
| 
                
              
                  Full Usage: 
                   IsDispatchSlotField type: bool | 
                The member is a dispatch slot 
 | 
| 
                
              
                  Full Usage: 
                   IsFinalField type: bool | 
                The member is 'final' 
 | 
| 
                
              
                  Full Usage: 
                   IsInstanceField type: bool | 
                The member is an instance member (non-static) 
 | 
| 
                
              
                  Full Usage: 
                   IsOverrideOrExplicitImplField type: bool | 
                The member is an 'override' or explicit interface implementation 
 | 
| 
                
               | 
                The kind of the member 
 | 
 fantomas
            fantomas