C# Class System.ComponentModel.AmbientValueAttribute

Inheritance: Attribute
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

public AmbientValueAttribute ( Type type, string value ) : System
type Type
value string
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( bool value ) : System
value bool
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( byte value ) : System
value byte
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( char value ) : System
value char
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( double value ) : System
value double
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( float value ) : System
value float
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( int value ) : System
value int
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( long value ) : System
value long
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( object value ) : System
value object
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( short value ) : System
value short
return System

AmbientValueAttribute() public method

public AmbientValueAttribute ( string value ) : System
value string
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int