C# 클래스 Common.RecentFileList.XmlPersister.SmartStream

상속: IDisposable
파일 보기 프로젝트 열기: rsdn/nitra

공개 메소드들

메소드 설명
Dispose ( ) : void
SmartStream ( Stream stream ) : Common.System
SmartStream ( string filepath, FileMode mode ) : Common.System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SmartStream() 공개 메소드

public SmartStream ( Stream stream ) : Common.System
stream Stream
리턴 Common.System

SmartStream() 공개 메소드

public SmartStream ( string filepath, FileMode mode ) : Common.System
filepath string
mode FileMode
리턴 Common.System