C# 클래스 StringCalculator.ListIntExtensions

파일 보기 프로젝트 열기: rubbepa/BikoKatas

공개 메소드들

메소드 설명
GetNegativos ( this numeros ) : List
HayNegativos ( this numeros ) : bool
ToStringComa ( this numeros ) : string

메소드 상세

GetNegativos() 공개 정적인 메소드

public static GetNegativos ( this numeros ) : List
numeros this
리턴 List

HayNegativos() 공개 정적인 메소드

public static HayNegativos ( this numeros ) : bool
numeros this
리턴 bool

ToStringComa() 공개 정적인 메소드

public static ToStringComa ( this numeros ) : string
numeros this
리턴 string