Click to See Complete Forum and Search --> : TYPEDEF


nicky99
March 7th, 2002, 04:48 AM
What is the equaln of typedef in C#

vmister
March 7th, 2002, 04:55 AM
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?

nicky99
March 7th, 2002, 10:07 PM
thanx

vmister
March 8th, 2002, 01:19 AM
Good luck
Please rate if you think this response was useful for you.
Have more questions?

nicky99
March 10th, 2002, 10:50 PM
This is about web services
how to exposes methods from multiple classes from a web service.