C# Class System.Diagnostics.SourceElement

Inheritance: System.Configuration.ConfigurationElement
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ResetProperties void
SourceElement System.Configuration

Méthodes protégées

Méthode Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool

Private Methods

Méthode Description
ResetProperties ( ) : void
SourceElement ( ) : System.Configuration

Method Details

DeserializeElement() protected méthode

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader
serializeCollectionKey bool
Résultat void

OnDeserializeUnrecognizedAttribute() protected méthode

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
Résultat bool