예제 #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);
 }
예제 #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);
 }