C# Class SimpleConfigSections.SectionIdentity

Mostra file Open project: miensol/SimpleConfigSections Class Usage Examples

Public Methods

Method Description
Equals ( SectionIdentity other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SectionIdentity ( string name, Type type, ConfigurationSectionForInterface section ) : System

Method Details

Equals() public method

public Equals ( SectionIdentity other ) : bool
other SectionIdentity
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SectionIdentity() public method

public SectionIdentity ( string name, Type type, ConfigurationSectionForInterface section ) : System
name string
type System.Type
section ConfigurationSectionForInterface
return System