SynMemberKind Type
Note the member kind is actually computed partially by a syntax tree transformation in tc.fs
Union cases
Union case |
Description
|
Full Usage:
ClassConstructor
|
The member is a class initializer |
Full Usage:
Constructor
|
The member is a object model constructor |
Full Usage:
Member
|
The member kind is not yet determined |
Full Usage:
PropertyGet
|
The member kind is property getter |
Full Usage:
PropertyGetSet
|
An artificial member kind used prior to the point where a get/set property is split into two distinct members. |
Full Usage:
PropertySet
|
The member kind is property setter |