Machine.Specifications.SubjectAttribute.SubjectAttribute C# (CSharp) Method

SubjectAttribute() public method

public SubjectAttribute ( Type subjectType ) : System
subjectType System.Type
return System
        public SubjectAttribute(Type subjectType)
        {
            this._subjectType = subjectType;
        }

Same methods

SubjectAttribute::SubjectAttribute ( Type subjectType, string subject ) : System
SubjectAttribute::SubjectAttribute ( string subject ) : System