Summary
constructs a Db4oUUID from a long part and a signature part
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Containing Type
- Db4oUUID
Syntax
public Db4oUUID(long longPart_, byte[] signaturePart_)Parameters
| Name | Type | Description | 
|---|---|---|
| longPart_ | long | the long part | 
| signaturePart_ | byte[] | the signature part | 
Return Value
| Type | Description | 
|---|---|
| void |