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

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

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

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

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

Метод Описание
BrowsableAttribute ( bool browsable )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

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

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

public BrowsableAttribute ( bool browsable )
browsable bool

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

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

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

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

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

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

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

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

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

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

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

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

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