Mono.CSharp.EventProperty.RemoveDelegateMethod.RemoveDelegateMethod C# (CSharp) Method

RemoveDelegateMethod() public method

public RemoveDelegateMethod ( EventProperty method, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection
method EventProperty
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
return IKVM.Reflection
            public RemoveDelegateMethod(EventProperty method, Attributes attrs, Location loc)
                : base(method, RemovePrefix, attrs, loc)
            {
            }
EventProperty.RemoveDelegateMethod