System.Xaml.Schema.XamlMemberInvoker.ShouldSerializeValue C# (CSharp) Method

ShouldSerializeValue() public method

public ShouldSerializeValue ( object instance ) : ShouldSerializeResult
instance object
return ShouldSerializeResult
		public virtual ShouldSerializeResult ShouldSerializeValue (object instance)
		{
			throw new NotImplementedException ();
		}
	}