C# Class System.ConfigNode

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
AddAttribute int
AddChild void
ConfigNode System.Runtime.InteropServices
ReplaceAttribute void
Trace void

Private Methods

Méthode Description
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