C# Class System.ComponentModel.DefaultPropertyAttribute

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

Public Properties

Property Type Description
Default DefaultPropertyAttribute

Public Methods

Method Description
DefaultPropertyAttribute ( string name ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

DefaultPropertyAttribute() public method

public DefaultPropertyAttribute ( string name ) : System
name string
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Default public static property

public static DefaultPropertyAttribute,System.ComponentModel Default
return DefaultPropertyAttribute