C# 클래스 System.ExtensionMethods

파일 보기 프로젝트 열기: simonray/ContosoUniversity.vNext

공개 메소드들

메소드 설명
Contains ( this @this, string value, System.StringComparison comparisonType ) : bool
IsAjaxRequest ( this @this ) : bool
SplitCamelCase ( this @this ) : string

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this @this, string value, System.StringComparison comparisonType ) : bool
@this this
value string
comparisonType System.StringComparison
리턴 bool

IsAjaxRequest() 공개 정적인 메소드

public static IsAjaxRequest ( this @this ) : bool
@this this
리턴 bool

SplitCamelCase() 공개 정적인 메소드

public static SplitCamelCase ( this @this ) : string
@this this
리턴 string