TextEncoderSettings.AllowCodePoints(IEnumerable<Int32>) 方法

定义

允许由 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))

参数

codePoints
IEnumerable<Int32>

允许的码位。

例外

codePointsnull

适用于