コード例 #1
0
ファイル: TreeWriter.cs プロジェクト: stantoxt/structuremap
 public void StartSection(Section section)
 {
     CurrentSection.ChildSection(section);
     _sections.Push(section);
 }