C# 클래스 SpecUnit.ConcernAttribute

파일 보기 프로젝트 열기: ChrisEdwards/Fluency

공개 메소드들

메소드 설명
ConcernAttribute ( Type type ) : System
ConcernAttribute ( Type type, string clarification ) : System
ConcernAttribute ( string name ) : System

메소드 상세

ConcernAttribute() 공개 메소드

public ConcernAttribute ( Type type ) : System
type System.Type
리턴 System

ConcernAttribute() 공개 메소드

public ConcernAttribute ( Type type, string clarification ) : System
type System.Type
clarification string
리턴 System

ConcernAttribute() 공개 메소드

public ConcernAttribute ( string name ) : System
name string
리턴 System