MemoryStorage.

Bin(string, MemoryBin) Method

Summary

Registers the given bin for this storage with the given URI.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
MemoryStorage

Syntax

public virtual void Bin(string uri, MemoryBin bin)

Remarks

Registers the given bin for this storage with the given URI.

Parameters

Name Type Description
uri string
bin MemoryBin

Return Value

Type Description
void