TextEncoderSettings.GetAllowedCodePoints 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取所有允许码位的枚举器。
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)
返回
允许码位的枚举器。