共用方式為


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 Overridable Function GetAllowedCodePoints () As IEnumerable(Of Integer)
Public Iterator Overridable Function GetAllowedCodePoints () As IEnumerable(Of Integer)

傳回

所有允許字碼指標的列舉程式。

適用於