Exemplo n.º 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 );
 }
Exemplo n.º 2
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);
 }