C# Class Sgml.Attribute

This class represents an attribute. The AttDef is assigned from a validation process, and is used to provide default values.
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
Reset ( string name, string value, char quote ) : void

Attribute objects are reused during parsing to reduce memory allocations, hence the Reset method.

Method Details

Reset() public méthode

Attribute objects are reused during parsing to reduce memory allocations, hence the Reset method.
public Reset ( string name, string value, char quote ) : void
name string
value string
quote char
Résultat void