Summary
Returns a ReflectClass instance for the specified class
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Reflect .Generic 
- Containing Type
- GenericReflector
Syntax
public virtual IReflectClass ForClass(Type clazz)Parameters
| Name | Type | Description | 
|---|---|---|
| clazz | Type | class | 
Return Value
| Type | Description | 
|---|---|
| IReflectClass | a ReflectClass instance for the specified class | 
See Also
- Db4objects.Db4o.Reflect.IReflectClass