Accord.Controls.ArrayPropertyDescriptor.ShouldSerializeValue C# (CSharp) Method

ShouldSerializeValue() public method

Returns false.
public ShouldSerializeValue ( object component ) : bool
component object
return bool
        public override bool ShouldSerializeValue(object component)
        {
            return false;
        }
    }