Example #1
0
 public static int MarshalledLength(Db4objects.Db4o.Internal.TreeInt a_tree)
 {
     if (a_tree == null)
     {
         return(Const4.IntLength);
     }
     return(a_tree.MarshalledLength());
 }
Example #2
0
 public static int MarshalledLength(TreeInt a_tree)
 {
     if (a_tree == null)
     {
         return(Const4.IntLength);
     }
     return(a_tree.MarshalledLength());
 }
Example #3
0
 public static int MarshalledLength(TreeInt a_tree)
 {
     if (a_tree == null)
     {
         return Const4.IntLength;
     }
     return a_tree.MarshalledLength();
 }