C# Class System.ComponentModel.ImmutableObjectAttribute

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

Public Properties

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImmutableObjectAttribute ( bool immutable )
IsDefaultAttribute ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ImmutableObjectAttribute() public method

public ImmutableObjectAttribute ( bool immutable )
immutable bool

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

Property Details

Default public static property

public static System.ComponentModel.ImmutableObjectAttribute Default
return System.ComponentModel.ImmutableObjectAttribute

No public static property

public static System.ComponentModel.ImmutableObjectAttribute No
return System.ComponentModel.ImmutableObjectAttribute

Yes public static property

public static System.ComponentModel.ImmutableObjectAttribute Yes
return System.ComponentModel.ImmutableObjectAttribute