C# Class System.ComponentModel.MergablePropertyAttribute

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

Public Properties

Property Type Description
Default System.ComponentModel.MergablePropertyAttribute
No System.ComponentModel.MergablePropertyAttribute
Yes System.ComponentModel.MergablePropertyAttribute

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
MergablePropertyAttribute ( bool allowMerge )

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

MergablePropertyAttribute() public method

public MergablePropertyAttribute ( bool allowMerge )
allowMerge bool

Property Details

Default public_oe static_oe property

public static System.ComponentModel.MergablePropertyAttribute Default
return System.ComponentModel.MergablePropertyAttribute

No public_oe static_oe property

public static System.ComponentModel.MergablePropertyAttribute No
return System.ComponentModel.MergablePropertyAttribute

Yes public_oe static_oe property

public static System.ComponentModel.MergablePropertyAttribute Yes
return System.ComponentModel.MergablePropertyAttribute