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