Sdílet prostřednictvím


TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) Metoda

Definice

Povolí všechny body kódu určené znakem 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))

Parametry

codePoints
IEnumerable<Int32>

Povolené body kódu.

Výjimky

codePoints je null.

Platí pro