次の方法で共有


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です。

適用対象