C# Class Colors.ColorsOperator

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Свойство Type Description
GreenGreen bool
GreenRed bool
RedGreen bool
RedRed bool

Méthodes publiques

Méthode Description
Do ( Green first, Green second ) : void
Do ( Green first, Red second ) : void
Do ( IColor first, IColor second ) : void
Do ( Red first, Green second ) : void
Do ( Red first, Red second ) : void
HasNull ( IColor first, IColor second ) : bool

Method Details

Do() public static méthode

public static Do ( Green first, Green second ) : void
first Green
second Green
Résultat void

Do() public static méthode

public static Do ( Green first, Red second ) : void
first Green
second Red
Résultat void

Do() public static méthode

public static Do ( IColor first, IColor second ) : void
first IColor
second IColor
Résultat void

Do() public static méthode

public static Do ( Red first, Green second ) : void
first Red
second Green
Résultat void

Do() public static méthode

public static Do ( Red first, Red second ) : void
first Red
second Red
Résultat void

HasNull() public static méthode

public static HasNull ( IColor first, IColor second ) : bool
first IColor
second IColor
Résultat bool

Property Details

GreenGreen public_oe static_oe property

public static bool GreenGreen
Résultat bool

GreenRed public_oe static_oe property

public static bool GreenRed
Résultat bool

RedGreen public_oe static_oe property

public static bool RedGreen
Résultat bool

RedRed public_oe static_oe property

public static bool RedRed
Résultat bool