다음을 통해 공유


TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) 메서드

정의

codePoints에서 지정한 모든 코드 포인트를 허용합니다.

public:
 virtual void AllowCodePoints(System::Collections::Generic::IEnumerable<int> ^ codePoints);
public virtual void AllowCodePoints (System.Collections.Generic.IEnumerable<int> codePoints);
abstract member AllowCodePoints : seq<int> -> unit
override this.AllowCodePoints : seq<int> -> unit
Public Overridable Sub AllowCodePoints (codePoints As IEnumerable(Of Integer))

매개 변수

codePoints
IEnumerable<Int32>

허용된 코드 포인트입니다.

예외

codePoints이(가) null인 경우

적용 대상