add ISafeSerializationData
[mcs.git] / tests / test-xml-015.cs
blob9374b765bcf6fe7265386ba4ed51366d8cc2f8be
1 // Compiler options: -doc:xml-015.xml
2 using System;
4 namespace Testing
6 public class Test
8 public static void Main ()
12 private string PrivateProperty {
13 get { return null; }
14 /// <summary>
15 /// comment for private property setter - no effect
16 /// </summary>
17 set { }