示例#1
0
 // At compile time, initialize the format string that will be
 // used to create the cache keys.
 public override void CompileTimeInitialize( MethodBase method, AspectInfo aspectInfo )
 {
     this.formatStrings = Formatter.GetMethodFormatStrings( method );
 }
 // At compile time, initialize the format string that will be
 // used to create the cache keys.
 public override void CompileTimeInitialize(MethodBase method, AspectInfo aspectInfo)
 {
     this.formatStrings = Formatter.GetMethodFormatStrings(method);
 }