Gurpenator.CheckingContext.CheckingContext C# (CSharp) Method

CheckingContext() public method

public CheckingContext ( GurpsProperty>.Dictionary nameToThing, GurpsProperty enclosingProperty ) : System
nameToThing GurpsProperty>.Dictionary
enclosingProperty GurpsProperty
return System
        public CheckingContext(Dictionary<string, GurpsProperty> nameToThing, GurpsProperty enclosingProperty)
        {
            this.nameToThing = nameToThing;
            this.enclosingProperty = enclosingProperty;
        }