C# Class System.ComponentModel.ReadOnlyAttribute

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Equals ( object value ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
ReadOnlyAttribute ( bool isReadOnly )

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

ReadOnlyAttribute() public méthode

public ReadOnlyAttribute ( bool isReadOnly )
isReadOnly bool

Property Details

Default public_oe static_oe property

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

No public_oe static_oe property

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

Yes public_oe static_oe property

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