◆ HasDelegatesRegistered()

static bool HasDelegatesRegistered ( System.Type  typeDelegatesExpose,
bool  includeBaseClasses = false 
)
static
Parameters
typeDelegatesExposeType to check.
includeBaseClasseswhen true, will include all classes typeDelegatesExpose is descended from, in the search for an exposer delegate.
Returns
Return true if the Type to check already has Expose delegates registered.