C# Class Monobjc.Tools.Generator.Parsers.Sgml.Attribute

This class represents an attribute. The AttDef is assigned from a validation process, and is used to provide default values.
Mostra file Open project: Monobjc/monobjc-tools

Public Methods

Method 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 method

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
return void