Summary
Returns the ReflectClass instance being delegated to.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect - Containing Type
- IReflectClass
Syntax
IReflectClass GetDelegate()
Remarks
Returns the ReflectClass instance being delegated to.
If there's no delegation it should return this.
Return Value
Type | Description |
---|---|
IReflectClass | delegate or this |