TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) Metodo

Definizione

Consente tutti i punti di codice specificati da 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))

Parametri

codePoints
IEnumerable<Int32>

Punti di codice consentiti.

Eccezioni

codePoints è null.

Si applica a