C# 클래스 NUnit.Framework.ApartmentAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
ApartmentAttribute ( ApartmentState apartmentState ) : System

Construct an ApartmentAttribute

메소드 상세

ApartmentAttribute() 공개 메소드

Construct an ApartmentAttribute
public ApartmentAttribute ( ApartmentState apartmentState ) : System
apartmentState ApartmentState The apartment state that this test must be run under. You must pass in a valid apartment state.
리턴 System