C# Class Achamenes.ID3.Frames.TextFrame

Inheritance: Frame
Afficher le fichier Open project: sahands/a-id3 Class Usage Examples

Méthodes publiques

Méthode Description
TextFrame ( string text ) : System

Méthodes protégées

Méthode Description
Parse ( ) : void
Validate ( string value ) : void

Method Details

Parse() protected méthode

protected Parse ( ) : void
Résultat void

TextFrame() public méthode

public TextFrame ( string text ) : System
text string
Résultat System

Validate() protected méthode

protected Validate ( string value ) : void
value string
Résultat void