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