예제 #1
0
        override public System.Object Clone()
        {
            TypeAttributeImpl impl = new TypeAttributeImpl();

            impl.type = type;
            return(impl);
        }
예제 #2
0
		override public System.Object Clone()
		{
            TypeAttributeImpl impl = new TypeAttributeImpl();
            impl.type = type;
            return impl;
		}