コード例 #1
0
 Type CreateType()
 {
     if (_typeName == null)
     {
         return(_type = typeof(object));
     }
     return(_type = _objectDB.TypeByName(_typeName));
 }
コード例 #2
0
 Type CreateType()
 {
     return(_type = _objectDB.TypeByName(_typeName));
 }