Summary
    return true if a TypeHandler is to be used for a specific
    Type
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Typehandlers 
- Containing Type
- IType Handler Predicate 
Syntax
bool Match(IReflectClass classReflector)Parameters
| Name | Type | Description | 
|---|---|---|
| classReflector | IReflectClass | the Type passed by db4o that is to be tested by this predicate. | 
Return Value
| Type | Description | 
|---|---|
| bool | true if the TypeHandler is to be used for a specific Type. |