C# Class System.ComponentModel.ReadOnlyAttribute

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

Public Properties

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

Public Methods

Method Description
Equals ( object value ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
ReadOnlyAttribute ( bool isReadOnly )

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

ReadOnlyAttribute() public method

public ReadOnlyAttribute ( bool isReadOnly )
isReadOnly bool

Property Details

Default public_oe static_oe property

public static System.ComponentModel.ReadOnlyAttribute Default
return System.ComponentModel.ReadOnlyAttribute

No public_oe static_oe property

public static System.ComponentModel.ReadOnlyAttribute No
return System.ComponentModel.ReadOnlyAttribute

Yes public_oe static_oe property

public static System.ComponentModel.ReadOnlyAttribute Yes
return System.ComponentModel.ReadOnlyAttribute