C# 클래스 Microsoft.Silverlight.Testing.BugAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
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