C# Класс SimpleConfigSections.SectionIdentity

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( SectionIdentity other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SectionIdentity ( string name, Type type, ConfigurationSectionForInterface section ) : System

Описание методов

Equals() публичный Метод

public Equals ( SectionIdentity other ) : bool
other SectionIdentity
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

SectionIdentity() публичный Метод

public SectionIdentity ( string name, Type type, ConfigurationSectionForInterface section ) : System
name string
type System.Type
section ConfigurationSectionForInterface
Результат System