C# 클래스 System.Net.Configuration.WebRequestModuleElement.TypeAndName

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string
type System.Type

공개 메소드들

메소드 설명
Equals ( object comparand ) : bool
GetHashCode ( ) : int
TypeAndName ( Type type ) : System
TypeAndName ( string name ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object comparand ) : bool
comparand object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TypeAndName() 공개 메소드

public TypeAndName ( Type type ) : System
type System.Type
리턴 System

TypeAndName() 공개 메소드

public TypeAndName ( string name ) : System
name string
리턴 System

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

type 공개적으로 프로퍼티

public Type,System type
리턴 System.Type