CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: TYPEDEF

  1. #1
    Join Date
    Jan 2002
    Posts
    10

    TYPEDEF

    What is the equaln of typedef in C#


  2. #2
    Join Date
    Mar 2002
    Posts
    174

    Re: TYPEDEF

    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?




  3. #3
    Join Date
    Jan 2002
    Posts
    10

    Re: TYPEDEF

    thanx


  4. #4
    Join Date
    Mar 2002
    Posts
    174

    Re: TYPEDEF

    Good luck
    Please rate if you think this response was useful for you.
    Have more questions?


  5. #5
    Join Date
    Jan 2002
    Posts
    10

    Re: web service

    This is about web services
    how to exposes methods from multiple classes from a web service.





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured