override public System.Object Clone() { TypeAttribute impl = new TypeAttribute(); impl.type = type; return(impl); }
override public System.Object Clone() { TypeAttribute impl = new TypeAttribute(); impl.type = type; return impl; }