Esempio n. 1
0
 /// <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);
 }
Esempio n. 2
0
 /// <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);
 }