C# Class Recurity.Swf.TagHandler.End

Inheritance: AbstractTagHandler
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
End ( byte init ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

End() public méthode

public End ( byte init ) : System
init byte
Résultat System

Parse() protected méthode

protected Parse ( ) : void
Résultat void

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( System output ) : void
output System
Résultat void