次の方法で共有


TextEncoderSettings.GetAllowedCodePoints メソッド

定義

許可されるすべてのコード ポイントの列挙を取得します。

public:
 virtual System::Collections::Generic::IEnumerable<int> ^ GetAllowedCodePoints();
public virtual System.Collections.Generic.IEnumerable<int> GetAllowedCodePoints ();
abstract member GetAllowedCodePoints : unit -> seq<int>
override this.GetAllowedCodePoints : unit -> seq<int>
Public Iterator Overridable Function GetAllowedCodePoints () As IEnumerable(Of Integer)
Public Overridable Function GetAllowedCodePoints () As IEnumerable(Of Integer)

戻り値

IEnumerable<Int32>

許可されるコード ポイントの列挙。

適用対象