C# Class StringCalculator.ListIntExtensions

Mostra file Open project: rubbepa/BikoKatas

Public Methods

Method Description
GetNegativos ( this numeros ) : List
HayNegativos ( this numeros ) : bool
ToStringComa ( this numeros ) : string

Method Details

GetNegativos() public static method

public static GetNegativos ( this numeros ) : List
numeros this
return List

HayNegativos() public static method

public static HayNegativos ( this numeros ) : bool
numeros this
return bool

ToStringComa() public static method

public static ToStringComa ( this numeros ) : string
numeros this
return string