C# Class Monobjc.AppKit.NSCellStateValueExtensions

Mostrar archivo Open project: Monobjc/monobjc

Public Methods

Method Description
ToBool ( this value ) : bool

Convert a NSCellStateValue value to a boolean.

ToNSCellStateValue ( this value ) : NSCellStateValue

Convert a boolean to a NSCellStateValue value.

Method Details

ToBool() public static method

Convert a NSCellStateValue value to a boolean.
public static ToBool ( this value ) : bool
value this
return bool

ToNSCellStateValue() public static method

Convert a boolean to a NSCellStateValue value.
public static ToNSCellStateValue ( this value ) : NSCellStateValue
value this
return NSCellStateValue