コード例 #1
0
ファイル: LogProcessNode.cs プロジェクト: 3F/IeXod
 /// <summary>
 /// Initializes a new instance of the <see cref="LogProcessNode"/> class.
 /// </summary>
 protected LogProcessNode()
 {
     Properties  = new PropertyBag();
     _childNodes = new Dictionary <Type, List <ILogNode> >();
 }