Inheritance: System.Reflection.MethodInfo
コード例 #1
0
		public AsyncMethodParameter(Type type, AsyncMethod method)
		{
			this.type = type;
			this.method = method;
		}
コード例 #2
0
ファイル: AsyncMethodParameter.cs プロジェクト: zjnny/Windsor
 public AsyncMethodParameter(Type type, AsyncMethod method)
 {
     this.type   = type;
     this.method = method;
 }