public ref class AClass { public: /// The first int parameter /// The second String^ parameter void paramTag(int param1, String ^param2) {} }