[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

base class for IoAdapters that delegate to other IoAdapters (decorator pattern)

Namespace: Db4objects.Db4o.IO
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class VanillaIoAdapter _
	Inherits IoAdapter
C#
public abstract class VanillaIoAdapter : IoAdapter
Visual C++
public ref class VanillaIoAdapter abstract : public IoAdapter

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.IO.IoAdapter
    Db4objects.Db4o.IO.VanillaIoAdapter