The kind of a class member.
| Type | Name | Value |
|---|---|---|
| constant | FIELD | 0 |
| constant | METHOD | 1 |
| constant | CONSTRUCTOR | 2 |
public const MemberKind FIELD = 0The member is a field and can be cast to Field.
public const MemberKind METHOD = 1The member is a method and can be cast to Method.
public const MemberKind CONSTRUCTOR = 2The member is a constructor and can be cast to Constructor.