C# Class System.ComponentModel.AmbientValueAttribute

Inheritance: Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( Type type, string value ) : System
type Type
value string
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( bool value ) : System
value bool
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( byte value ) : System
value byte
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( char value ) : System
value char
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( double value ) : System
value double
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( float value ) : System
value float
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( int value ) : System
value int
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( long value ) : System
value long
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( object value ) : System
value object
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( short value ) : System
value short
Résultat System

AmbientValueAttribute() public méthode

public AmbientValueAttribute ( string value ) : System
value string
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int