C# Class System.Diagnostics.SourceElement

Inheritance: System.Configuration.ConfigurationElement
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ResetProperties void
SourceElement System.Configuration

Protected Methods

Method Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool

Private Methods

Method Description
ResetProperties ( ) : void
SourceElement ( ) : System.Configuration

Method Details

DeserializeElement() protected method

protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader
serializeCollectionKey bool
return void

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
return bool