Exemplo n.º 1
0
        override public System.Object Clone()
        {
            TypeAttribute impl = new TypeAttribute();

            impl.type = type;
            return(impl);
        }
Exemplo n.º 2
0
		override public System.Object Clone()
		{
            TypeAttribute impl = new TypeAttribute();
            impl.type = type;
            return impl;
		}