Ejemplo 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)
 {
     _formatStrings = Formatter.GetMethodFormatStrings(method);
 }
 public override void CompileTimeInitialize(MethodBase method)
 {
     _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);
		}