public MethodNameInfo(string name, MethodNameInfo source) : this(name, source.isConstructor, source.isDeconstructor, source.editorBrowsableState) { }