MulticastDelegateTypeInfo

MulticastDelegateTypeInfo struct

Represents a pointer to TypeInfo object that contains information about MulticastDelegate class.

class MulticastDelegateTypeInfo : public System::TypeInfoPtr

Methods

MethodDescription
MulticastDelegateTypeInfo()Constructs an instance of MulticastDelegateTypeInfo class.
operator TypeInfo *()Returns a raw pointer to the represented TypeInfo object.
TypeInfoPtr()Default constructor.
TypeInfoPtr(const std::type_info&)Constructor.
TypeInfoPtr(const char_t *, uint32_t)Constructor.
TypeInfoPtr(const char_t *)Constructor.
TypeInfoPtr(const String&)Constructor.
~TypeInfoPtr()Destructor.

See Also