C# Class System.ComponentModel.CategoryAttribute

Inheritance: System.Attribute
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CategoryAttribute ( )
CategoryAttribute ( string category )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Protected Methods

Method Description
GetLocalizedString ( string value ) : string

Method Details

CategoryAttribute() public method

public CategoryAttribute ( )

CategoryAttribute() public method

public CategoryAttribute ( string category )
category string

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLocalizedString() protected method

protected GetLocalizedString ( string value ) : string
value string
return string

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool