Mono.CSharp.EventProperty.RemoveDelegateMethod.RemoveDelegateMethod C# (CSharp) Méthode

RemoveDelegateMethod() public méthode

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