What is the equaln of typedef in C#
Printable View
What is the equaln of typedef in C#
In .NET there isn't typedef.
Type definitions (typedefs) within a type library are not imported; if you want import this you must apply ComAliasNameAttribute conversion.
Good luck
Please rate if you think this response was useful for you.
Have more questions?
thanx
Good luck
Please rate if you think this response was useful for you.
Have more questions?
This is about web services
how to exposes methods from multiple classes from a web service.