db4o

Db4o.Main Method 

prints the version name of this version to

System.out
.

[Visual Basic]
Shared Public Sub Main( _ 
   ByVal args As String _ 
)
[C#]
public static void Main(
   string args
);
[C++]
public: static void Main(
   String* args
);
[JScript]
public static function Main(
   String args
);

Remarks

prints the version name of this version to

System.out
.

See Also

Db4o Class | com.db4o Namespace