C# 클래스 Sgml.Attribute

This class represents an attribute. The AttDef is assigned from a validation process, and is used to provide default values.
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
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