C# Class System.ComponentModel.ParenthesizePropertyNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
Default System.ComponentModel.ParenthesizePropertyNameAttribute

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
ParenthesizePropertyNameAttribute ( )
ParenthesizePropertyNameAttribute ( bool needParenthesis )

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

ParenthesizePropertyNameAttribute() public méthode

ParenthesizePropertyNameAttribute() public méthode

public ParenthesizePropertyNameAttribute ( bool needParenthesis )
needParenthesis bool

Property Details

Default public_oe static_oe property

public static System.ComponentModel.ParenthesizePropertyNameAttribute Default
Résultat System.ComponentModel.ParenthesizePropertyNameAttribute