Summary
Strategy for file/byte array growth.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .IO 
- Implementing Types
							graph BT
	Type["IGrowthStrategy"]
class Type type-node
	Implementing0["DoublingGrowthStrategy"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/DoublingGrowthStrategy"
	Implementing1["ConstantGrowthStrategy"]-.->Type
	click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/ConstantGrowthStrategy"
						
					Syntax
public interface IGrowthStrategyRemarks
Strategy for file/byte array growth.
			Methods
| Name | Value | Summary | 
|---|---|---|
| NewSize | long | 
    returns the incremented size after the growth
    strategy has been applied
     |