C# 클래스 Goedel.Mesh.ConfigRegistryEntry

Parent class for registry entries.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
Write ( string Key, XmlWriter Writer ) : void

Write the value to an XML stream.

메소드 상세

Write() 공개 추상적인 메소드

Write the value to an XML stream.
public abstract Write ( string Key, XmlWriter Writer ) : void
Key string The key to write
Writer System.Xml.XmlWriter The writer to output the entry to.
리턴 void