C# Класс System.ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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