다음을 통해 공유


RegexRunner.CharInSet(Char, String, String) 메서드

정의

주의

This API supports obsolete mechanisms for Regex extensibility. It is not supported.

CompileToAssembly 메서드에서 생성되는 Regex 개체에서 사용됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 static bool CharInSet(char ch, System::String ^ set, System::String ^ category);
protected static bool CharInSet (char ch, string set, string category);
[System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected static bool CharInSet (char ch, string set, string category);
static member CharInSet : char * string * string -> bool
[<System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member CharInSet : char * string * string -> bool
Protected Shared Function CharInSet (ch As Char, set As String, category As String) As Boolean

매개 변수

ch
Char

단일 문자입니다.

set
String

문자 집합입니다.

category
String

문자 범주입니다.

반환

Boolean를 반환합니다.

특성

적용 대상