コード例 #1
0
ファイル: Middleware.cs プロジェクト: Karambyte/kmbnetlib
 /// <summary>
 /// Initializes a new instance of the <see cref="Middleware"/> class.
 /// </summary>
 /// <param name="attribute">The attribute.</param>
 /// <param name="method">The method.</param>
 public Middleware(MiddlewareAttribute attribute, MethodInfo method)
 {
     this.attribute = attribute;
     this.method = method;
 }
コード例 #2
0
ファイル: Middleware.cs プロジェクト: Karambyte/kmbnetlib
 /// <summary>
 /// Initializes a new instance of the <see cref="Middleware"/> class.
 /// </summary>
 /// <param name="attribute">The attribute.</param>
 /// <param name="method">The method.</param>
 public Middleware(MiddlewareAttribute attribute, MethodInfo method)
 {
     this.attribute = attribute;
     this.method    = method;
 }