C# Класс System.ComponentModel.ReadOnlyAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Default System.ComponentModel.ReadOnlyAttribute
No System.ComponentModel.ReadOnlyAttribute
Yes System.ComponentModel.ReadOnlyAttribute

Открытые методы

Метод Описание
Equals ( object value ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
ReadOnlyAttribute ( bool isReadOnly )

Описание методов

Equals() публичный Метод

public Equals ( object value ) : bool
value object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

IsDefaultAttribute() публичный Метод

public IsDefaultAttribute ( ) : bool
Результат bool

ReadOnlyAttribute() публичный Метод

public ReadOnlyAttribute ( bool isReadOnly )
isReadOnly bool

Описание свойств

Default публичное статическое свойство

public static System.ComponentModel.ReadOnlyAttribute Default
Результат System.ComponentModel.ReadOnlyAttribute

No публичное статическое свойство

public static System.ComponentModel.ReadOnlyAttribute No
Результат System.ComponentModel.ReadOnlyAttribute

Yes публичное статическое свойство

public static System.ComponentModel.ReadOnlyAttribute Yes
Результат System.ComponentModel.ReadOnlyAttribute