다음을 통해 공유


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>

모든 허용된 코드 포인트의 열거자입니다.

적용 대상