C# 클래스 System.Text.UTF7Encoding.Decoder

상속: DecoderNLS
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Decoder System
ISerializable void

공개 메소드들

메소드 설명
Decoder ( UTF7Encoding encoding ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
Decoder ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

Decoder() 공개 메소드

public Decoder ( UTF7Encoding encoding ) : System
encoding UTF7Encoding
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void