C# Class Monobjc.AppKit.NSCellStateValueExtensions

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode 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 méthode

Convert a NSCellStateValue value to a boolean.
public static ToBool ( this value ) : bool
value this
Résultat bool

ToNSCellStateValue() public static méthode

Convert a boolean to a NSCellStateValue value.
public static ToNSCellStateValue ( this value ) : NSCellStateValue
value this
Résultat NSCellStateValue