コード例 #1
0
ファイル: Constant.cs プロジェクト: stantoxt/structuremap
 public void AcceptVisitor(IDependencyVisitor visitor)
 {
     visitor.Constant(this);
 }