Prototypes.

PrototypeForClass(Type) Method

Summary

returns a prototype object for a specific class.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Qlin
Containing Type
Prototypes

Syntax

public virtual Object PrototypeForClass(Type clazz)

Remarks

returns a prototype object for a specific class.

Parameters

Name Type Description
clazz Type

Return Value

Type Description
Object