示例#1
0
 public void Register(ResolutionContext rc)
 {
     Contract.Requires(rc != null);
       rc.AddBlock(this);
 }