C# Class System.ComponentModel.ParenthesizePropertyNameAttribute

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

Public Properties

Property Type Description
Default System.ComponentModel.ParenthesizePropertyNameAttribute

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
ParenthesizePropertyNameAttribute ( )
ParenthesizePropertyNameAttribute ( bool needParenthesis )

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

ParenthesizePropertyNameAttribute() public method

ParenthesizePropertyNameAttribute() public method

public ParenthesizePropertyNameAttribute ( bool needParenthesis )
needParenthesis bool

Property Details

Default public static property

public static System.ComponentModel.ParenthesizePropertyNameAttribute Default
return System.ComponentModel.ParenthesizePropertyNameAttribute