3#include <system/enum_helpers.h>
34DECLARE_USING_GLOBAL_OPERATORS
Represents a particular type and provides information about it.
Definition: type_info.h:109
Definition: stack_frame.h:13
MemberTypes
Marks each type of member.
Definition: member_types.h:11
@ Method
Specifies that the member is a method.
@ Property
Specifies that the member is a property.
@ Constructor
Specifies that the member is a constructor.
@ Field
Specifies that the member is a field.
@ NestedType
Specifies that the member is a nested type.
Definition: db_command.h:9
MulticastDelegate< Args... > Event
Represents an event - a mechanism through which subscribers are notified about an occurence of intere...
Definition: event.h:14