/// <summary> /// Constructs a new <see cref="FudgeContext"/>. /// </summary> public FudgeContext() { properties = new object[0]; // This will expand on use parser = new FudgeStreamParser(this); typeHandler = new FudgeTypeHandler(typeDictionary); }