C# 클래스 PclUnit.Style.Xunit.TraitAttribute

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

공개 메소드들

메소드 설명
TraitAttribute ( string name, string value ) : System

Creates a new instance of the TraitAttribute class.

메소드 상세

TraitAttribute() 공개 메소드

Creates a new instance of the TraitAttribute class.
public TraitAttribute ( string name, string value ) : System
name string The trait name
value string The trait value
리턴 System