C# 클래스 Ocronet.Dynamic.IOData.ComponentListIOWrapper

상속: IOWrapper
파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

메소드 설명
Clear ( ) : void
ComponentListIOWrapper ( Narray complist ) : System
Info ( ) : string
Load ( BinaryReader reader ) : void
Save ( BinaryWriter writer ) : void
ToString ( ) : string

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ComponentListIOWrapper() 공개 메소드

public ComponentListIOWrapper ( Narray complist ) : System
complist Narray
리턴 System

Info() 공개 메소드

public Info ( ) : string
리턴 string

Load() 공개 메소드

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string