C# 클래스 Recurity.Swf.TagHandler.End

상속: AbstractTagHandler
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
End ( byte init ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

메소드 상세

End() 공개 메소드

public End ( byte init ) : System
init byte
리턴 System

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( System output ) : void
output System
리턴 void