Exemplo 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);
 }
Exemplo 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);
 }