Finally got XData tests that make sense. Implemented IsXData.
[mono.git] / mcs / class / System.Xaml / System.Windows.Markup / ContentPropertyAttribute.cs
index e07000bd350c2a33a970ae9c9f27f30293092e26..5b3c078b70d85cc8d1f698ed7b16725a015ec6c7 100755 (executable)
@@ -24,6 +24,10 @@ using System;
 
 namespace System.Windows.Markup
 {
+       // This type affects on serialization by XamlXmlWriter.
+       // It does not affect on XamlObjectReader - it returns the content
+       // member regardless of this attribute.
+
        [AttributeUsage (AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
        [System.Runtime.CompilerServices.TypeForwardedFrom (Consts.AssemblyWindowsBase)]
        public sealed class ContentPropertyAttribute : Attribute