C# 클래스 SimpleConfigSections.SectionIdentity

파일 보기 프로젝트 열기: miensol/SimpleConfigSections 1 사용 예제들

공개 메소드들

메소드 설명
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