#pragma warning disable 1591
#pragma warning restore 1591
/// <summary> /// Description for SomeMethod.</summary> /// <param name="s"> Parameter description for s goes here.</param> /// <seealso cref="System.String"> /// You can use the cref attribute on any tag to reference a type or member /// and the compiler will check that the reference exists. </seealso> public void SomeMethod(string s) { }