コード例 #1
0
        override public System.Object Clone()
        {
            TypeAttribute impl = new TypeAttribute();

            impl.type = type;
            return(impl);
        }
コード例 #2
0
		override public System.Object Clone()
		{
            TypeAttribute impl = new TypeAttribute();
            impl.type = type;
            return impl;
		}