◆ GetDelegatesForType()

static ExposeDelegatesForType GetDelegatesForType ( System.Type  typeDelegatesExpose,
bool  includeBaseClasses = false 
)
static
Parameters
typeDelegatesExposeType to find the exposer delegate for
includeBaseClassesWhen true, will include all classes typeDelegatesExpose is descended from, in the search for an exposer delegate.
Returns
The found exposer delegate, null if none were found.