Mono.CSharp.AbstractPropertyEventMethod.ApplyToExtraTarget C# (CSharp) 메소드

ApplyToExtraTarget() 보호된 메소드

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