Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CustomExtensions
MyExtensions
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