C# Класс Microsoft.Silverlight.Testing.BugAttribute

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

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

Метод Описание
BugAttribute ( ) : System

Construct a new BugAttribute with no bug description.

BugAttribute ( string description ) : System

Construct a new BugAttribute with a bug description.

ToString ( ) : string

Return the bug information.

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

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

Construct a new BugAttribute with no bug description.
public BugAttribute ( ) : System
Результат System

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

Construct a new BugAttribute with a bug description.
public BugAttribute ( string description ) : System
description string Known issue text.
Результат System

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

Return the bug information.
public ToString ( ) : string
Результат string