Inheritance: System.Reflection.MethodInfo
		public AsyncMethodParameter(Type type, AsyncMethod method)
		{
			this.type = type;
			this.method = method;
		}
Beispiel #2
0
 public AsyncMethodParameter(Type type, AsyncMethod method)
 {
     this.type   = type;
     this.method = method;
 }