C# 클래스 CustomExtensions.MyExtensions

파일 보기 프로젝트 열기: ohyecloudy/csharp-features

공개 메소드들

메소드 설명
ConcatWith ( this str, String rhs ) : string
WordCount ( this str ) : int

메소드 상세

ConcatWith() 공개 정적인 메소드

public static ConcatWith ( this str, String rhs ) : string
str this
rhs String
리턴 string

WordCount() 공개 정적인 메소드

public static WordCount ( this str ) : int
str this
리턴 int