C# 클래스 System.ConfigNode

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddAttribute int
AddChild void
ConfigNode System.Runtime.InteropServices
ReplaceAttribute void
Trace void

비공개 메소드들

메소드 설명
AddAttribute ( String key, String value ) : int
AddChild ( ConfigNode child ) : void
ConfigNode ( String name, ConfigNode parent ) : System.Runtime.InteropServices
ReplaceAttribute ( int index, String key, String value ) : void
Trace ( ) : void