Skip to content

Commit 7cb27a2

Browse files
committed
Remove build warning re: missing XML doc comment
1 parent 5917e5a commit 7cb27a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Castle.Core/DynamicProxy/Generators/MetaEvent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class MetaEvent : MetaTypeElement, IEquatable<MetaEvent>
3232
/// </summary>
3333
/// <param name = "name">The name.</param>
3434
/// <param name = "declaringType">Type declaring the original event being overridden, or null.</param>
35+
/// <param name = "eventDelegateType">The event delegate type.</param>
3536
/// <param name = "adder">The add method.</param>
3637
/// <param name = "remover">The remove method.</param>
3738
/// <param name = "attributes">The attributes.</param>

0 commit comments

Comments
 (0)