C# Class Colors.ColorsOperator

Mostrar archivo Open project: Confirmit/Students

Public Properties

Property Type Description
GreenGreen bool
GreenRed bool
RedGreen bool
RedRed bool

Public Methods

Method 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 method

public static Do ( Green first, Green second ) : void
first Green
second Green
return void

Do() public static method

public static Do ( Green first, Red second ) : void
first Green
second Red
return void

Do() public static method

public static Do ( IColor first, IColor second ) : void
first IColor
second IColor
return void

Do() public static method

public static Do ( Red first, Green second ) : void
first Red
second Green
return void

Do() public static method

public static Do ( Red first, Red second ) : void
first Red
second Red
return void

HasNull() public static method

public static HasNull ( IColor first, IColor second ) : bool
first IColor
second IColor
return bool

Property Details

GreenGreen public_oe static_oe property

public static bool GreenGreen
return bool

GreenRed public_oe static_oe property

public static bool GreenRed
return bool

RedGreen public_oe static_oe property

public static bool RedGreen
return bool

RedRed public_oe static_oe property

public static bool RedRed
return bool