Type CreateType() { if (_typeName == null) { return(_type = typeof(object)); } return(_type = _objectDB.TypeByName(_typeName)); }
Type CreateType() { return(_type = _objectDB.TypeByName(_typeName)); }