コード例 #1
0
 public void ParseRegistries(IGraphBuilder builder)
 {
     _structureMapNode.ForTextInChild("Registry/@Type").Do(name => builder.AddRegistry(name));
 }
コード例 #2
0
 public void ParseRegistries(IGraphBuilder builder)
 {
     _structureMapNode.ForTextInChild("Registry/@Type").Do(name => builder.AddRegistry(name));
 }