Mono.CSharp.AbstractPropertyEventMethod.ApplyToExtraTarget C# (CSharp) Method

ApplyToExtraTarget() protected method

protected ApplyToExtraTarget ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
a Attribute
ctor MethodSpec
cdata byte
pa Mono.CSharp.PredefinedAttributes
return void
        protected virtual void ApplyToExtraTarget(Attribute a, MethodSpec ctor, byte[] cdata, PredefinedAttributes pa)
        {
            throw new NotSupportedException ("You forgot to define special attribute target handling");
        }