共用方式為


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

適用於