MemberKind ENUM

The kind of a class member.

All Members


TypeNameValue
constantFIELD0
constantMETHOD1
constantCONSTRUCTOR2

Constants


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.