// Compiler options: -doc:xml-025.xml // Note that it could not be compiled to generate reference output as it is. // csc needs '\\' instead of '/' for file specification. namespace Testing { /// public class Test { public static void Main () { } /// public string S1; /// public string S2; /// public string S3; } }