Summary
Block size registry.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Implementing Types
graph BT
Type["IBlockSize"]
class Type type-node
Implementing0["BlockSizeImpl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.IO/BlockSizeImpl"
Syntax
public interface IBlockSize
Remarks
Block size registry.
Accessible through the environment.
Methods
Name | Value | Summary |
---|---|---|
Register |
void | |
Set |
void | |
Value |
int |
See Also
- Db4objects.Db4o.Foundation.Environments.My(System.Type
)