Modular.TypeToFind Class Reference

Detailed Description

A type to search for subclasses of. E.g. used when looking for custom tags, file handlers etc.

Package Functions

 TypeToFind (Type type, OnFoundTypeEvent found)
 

Package Attributes

Type Type
 The type itself. More...
 
bool AllowGeneric
 True if it should allow generics through. False by default. More...
 
OnFoundTypeEvent Found
 The callback to run when it's found. More...
 

Constructor & Destructor Documentation

Modular.TypeToFind.TypeToFind ( Type  type,
OnFoundTypeEvent  found 
)
inlinepackage

Member Data Documentation

bool Modular.TypeToFind.AllowGeneric
package

True if it should allow generics through. False by default.

OnFoundTypeEvent Modular.TypeToFind.Found
package

The callback to run when it's found.

Type Modular.TypeToFind.Type
package

The type itself.