Compartir vía


TextEncoderSettings.GetAllowedCodePoints Método

Definición

Obtiene un enumerador de todos los puntos de código permitidos.

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)

Devoluciones

Enumerador de puntos de código permitidos.

Se aplica a