TextEncoderSettings.GetAllowedCodePoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumerator of all allowed code points.
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)
Returns
The enumerator of allowed code points.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.