예제 #1
0
			protected InstanceFreezeBase( IParameterAwareHandler handler, MethodInfo method )
			{
				this.handler = handler;
				Method = method;
			}
		public LinkedParameterAwareHandler( IParameterAwareHandler current, IParameterAwareHandler next )
		{
			this.current = current;
			this.next = next;
		}