Anyone know if its possible to use a class like:
public class MyExtension<Type> : ExtensionNode { }
And put in the .addin file:
<ExtensionNode name="My" type="MyExtension"/>
It just keeps saying that:
Extension node type 'MyExtension' not found.
And if I put the <Type> in the .addin file, i get syntax error in the
addin file :P
Anyone know if this is possible somehow?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Mono.Addins" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/mono-addins?hl=en
-~----------~----~----~----~------~----~------~--~---