How to create Operators with CodeDOM?

P

PJ on Development

I've created a code generator that works like a charm for my needs.
However now I need to override some operators.

How do I do it with CodeDOM?

I coundn't find anything about it on the net so far.
 
G

G Himangi

Operators are methods with special names such as op_addition. If you give
your method the correct names, it should work.

---------
- G Himangi, LogicNP Software http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top