C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
Reset ( string name, string value, char quote ) : void

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

Описание методов

Reset() публичный Метод

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
Результат void