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

AddDelegateMethod() public method

public AddDelegateMethod ( 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 AddDelegateMethod(EventProperty method, Attributes attrs, Location loc)
                : base(method, AddPrefix, attrs, loc)
            {
            }
EventProperty.AddDelegateMethod