C# Class SimpleConfigSections.SectionIdentity

Afficher le fichier Open project: miensol/SimpleConfigSections Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( SectionIdentity other ) : bool
other SectionIdentity
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SectionIdentity() public méthode

public SectionIdentity ( string name, Type type, ConfigurationSectionForInterface section ) : System
name string
type System.Type
section ConfigurationSectionForInterface
Résultat System