System.Text.SuperEncoding.GetDecoder C# (CSharp) 메소드

GetDecoder() 공개 메소드

public GetDecoder ( ) : Decoder
리턴 Decoder
        public override Decoder GetDecoder()
        {
            return new SuperDecoder(this);
        }