コード例 #1
0
 public RTTIBaseClassDescriptor(bool isSerializeTypeTrees)
 {
     if (isSerializeTypeTrees)
     {
         Tree = new TypeTree();
     }
 }
コード例 #2
0
 public SerializedType(bool enableTypeTree) :
     this()
 {
     if (enableTypeTree)
     {
         OldType = new TypeTree();
     }
 }