Ejemplo n.º 1
0
        public static GenericParameter Copy(GenericParameter other)
        {
            var self = new GenericParameter(other.GetType());

            self.CopyFrom(other);
            return(self);
        }