Freigeben über


TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) Methode

Definition

Erlaubt alle von codePoints angegebenen Codepunkte.

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))

Parameter

codePoints
IEnumerable<Int32>

Die zulässigen Codepunkte.

Ausnahmen

codePoints ist null.

Gilt für