Mono.CSharp.AbstractPropertyEventMethod.ApplyToExtraTarget C# (CSharp) Méthode

ApplyToExtraTarget() protected méthode

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