File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2477,6 +2477,10 @@ public virtual void MethodsInspected() { }
24772477 public virtual void NonProxyableMemberNotification ( System . Type type , System . Reflection . MemberInfo memberInfo ) { }
24782478 public virtual bool ShouldInterceptMethod ( System . Type type , System . Reflection . MethodInfo methodInfo ) { }
24792479 }
2480+ public class CollectibleProxyBuilder : Castle . DynamicProxy . DefaultProxyBuilder
2481+ {
2482+ public CollectibleProxyBuilder ( ) { }
2483+ }
24802484 public class CustomAttributeInfo : System . IEquatable < Castle . DynamicProxy . CustomAttributeInfo >
24812485 {
24822486 public CustomAttributeInfo ( System . Reflection . ConstructorInfo constructor , object ? [ ] constructorArgs ) { }
Original file line number Diff line number Diff line change @@ -2445,6 +2445,10 @@ public virtual void MethodsInspected() { }
24452445 public virtual void NonProxyableMemberNotification ( System . Type type , System . Reflection . MemberInfo memberInfo ) { }
24462446 public virtual bool ShouldInterceptMethod ( System . Type type , System . Reflection . MethodInfo methodInfo ) { }
24472447 }
2448+ public class CollectibleProxyBuilder : Castle . DynamicProxy . DefaultProxyBuilder
2449+ {
2450+ public CollectibleProxyBuilder ( ) { }
2451+ }
24482452 public class CustomAttributeInfo : System . IEquatable < Castle . DynamicProxy . CustomAttributeInfo >
24492453 {
24502454 public CustomAttributeInfo ( System . Reflection . ConstructorInfo constructor , object ? [ ] constructorArgs ) { }
Original file line number Diff line number Diff line change @@ -2443,6 +2443,10 @@ public virtual void MethodsInspected() { }
24432443 public virtual void NonProxyableMemberNotification ( System . Type type , System . Reflection . MemberInfo memberInfo ) { }
24442444 public virtual bool ShouldInterceptMethod ( System . Type type , System . Reflection . MethodInfo methodInfo ) { }
24452445 }
2446+ public class CollectibleProxyBuilder : Castle . DynamicProxy . DefaultProxyBuilder
2447+ {
2448+ public CollectibleProxyBuilder ( ) { }
2449+ }
24462450 public class CustomAttributeInfo : System . IEquatable < Castle . DynamicProxy . CustomAttributeInfo >
24472451 {
24482452 public CustomAttributeInfo ( System . Reflection . ConstructorInfo constructor , object ? [ ] constructorArgs ) { }
Original file line number Diff line number Diff line change @@ -2443,6 +2443,10 @@ public virtual void MethodsInspected() { }
24432443 public virtual void NonProxyableMemberNotification ( System . Type type , System . Reflection . MemberInfo memberInfo ) { }
24442444 public virtual bool ShouldInterceptMethod ( System . Type type , System . Reflection . MethodInfo methodInfo ) { }
24452445 }
2446+ public class CollectibleProxyBuilder : Castle . DynamicProxy . DefaultProxyBuilder
2447+ {
2448+ public CollectibleProxyBuilder ( ) { }
2449+ }
24462450 public class CustomAttributeInfo : System . IEquatable < Castle . DynamicProxy . CustomAttributeInfo >
24472451 {
24482452 public CustomAttributeInfo ( System . Reflection . ConstructorInfo constructor , object ? [ ] constructorArgs ) { }
You can’t perform that action at this time.
0 commit comments