Aracılığıyla paylaş


TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) Yöntem

Tanım

tarafından codePointsbelirtilen tüm kod noktalarına izin verir.

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

Parametreler

codePoints
IEnumerable<Int32>

İzin verilen kod noktaları.

Özel durumlar

codePoints, null değeridir.

Şunlara uygulanır