ICSharpCode.NRefactory.MonoCSharp.AbstractPropertyEventMethod.ApplyToExtraTarget C# (CSharp) Method

ApplyToExtraTarget() protected method

protected ApplyToExtraTarget ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
a System.Attribute
ctor MethodSpec
cdata byte
pa 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");
		}