Compartir a través de


TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) Método

Definición

Permite todos los puntos de código especificados por 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))

Parámetros

codePoints
IEnumerable<Int32>

Puntos de código permitidos.

Excepciones

codePoints es null.

Se aplica a