Accord.Controls.ConfusionMatrixPropertyDescriptor.SetValue C# (CSharp) Method

SetValue() public method

Not supported.
public SetValue ( object component, object value ) : void
component object
value object
return void
        public override void SetValue(object component, object value)
        {
            throw new NotSupportedException();
        }