public PlainstBools CreatePlainerType() { var cloned = new PlainstBools(); return(cloned); }
protected PlainstBools CreatePlainerType(PlainstBools cloned) { return(cloned); }
public PlainstTreeStruct() { _Bools = new PlainstBools(); }