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