Mono.CSharp.Event.AEventAccessor.AEventAccessor C# (CSharp) Method

AEventAccessor() protected method

protected AEventAccessor ( Event method, string prefix, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection
method Event
prefix string
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
return IKVM.Reflection
            protected AEventAccessor(Event method, string prefix, Attributes attrs, Location loc)
                : base(method, prefix, attrs, loc)
            {
                this.method = method;
                this.ModFlags = method.ModFlags;
                this.parameters = ParametersCompiled.CreateImplicitParameter (method.TypeExpression, loc);
            }