C# Class System.ComponentModel.MergablePropertyAttribute

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

Méthodes publiques

Свойство Type Description
Default System.ComponentModel.MergablePropertyAttribute
No System.ComponentModel.MergablePropertyAttribute
Yes System.ComponentModel.MergablePropertyAttribute

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
MergablePropertyAttribute ( bool allowMerge )

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

MergablePropertyAttribute() public méthode

public MergablePropertyAttribute ( bool allowMerge )
allowMerge bool

Property Details

Default public_oe static_oe property

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

No public_oe static_oe property

public static System.ComponentModel.MergablePropertyAttribute No
Résultat System.ComponentModel.MergablePropertyAttribute

Yes public_oe static_oe property

public static System.ComponentModel.MergablePropertyAttribute Yes
Résultat System.ComponentModel.MergablePropertyAttribute