C# 클래스 System.ComponentModel.AmbientValueAttribute

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

공개 메소드들

메소드 설명
AmbientValueAttribute ( Type type, string value ) : System
AmbientValueAttribute ( bool value ) : System
AmbientValueAttribute ( byte value ) : System
AmbientValueAttribute ( char value ) : System
AmbientValueAttribute ( double value ) : System
AmbientValueAttribute ( float value ) : System
AmbientValueAttribute ( int value ) : System
AmbientValueAttribute ( long value ) : System
AmbientValueAttribute ( object value ) : System
AmbientValueAttribute ( short value ) : System
AmbientValueAttribute ( string value ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( Type type, string value ) : System
type Type
value string
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( bool value ) : System
value bool
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( byte value ) : System
value byte
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( char value ) : System
value char
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( double value ) : System
value double
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( float value ) : System
value float
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( int value ) : System
value int
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( long value ) : System
value long
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( object value ) : System
value object
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( short value ) : System
value short
리턴 System

AmbientValueAttribute() 공개 메소드

public AmbientValueAttribute ( string value ) : System
value string
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int