Jwc.Experiment.Idioms.RestrictiveReferenceAssertion.RestrictiveReferenceAssertion C# (CSharp) Method

RestrictiveReferenceAssertion() public method

Initializes a new instance of the RestrictiveReferenceAssertion class.
public RestrictiveReferenceAssertion ( ) : System
return System
        public RestrictiveReferenceAssertion(params Assembly[] restrictiveReferences)
        {
            this.restrictiveReferences = restrictiveReferences;
        }