Results 1 to 4 of 4

Thread: VB Public Type ... End Type eqv. C# [Resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member onerrorgoto's Avatar
    Join Date
    Aug 1999
    Location
    Sweden
    Posts
    330

    VB Public Type ... End Type eqv. C# [Resolved]

    What is the syntax in C# for VB's Type declaration
    VB Code:
    1. public type tMyType
    2.   ID as Long
    3.   Name as String
    4. end type
    5.  
    6. public type tSecondType
    7.   Emp as tMyType
    8. end type

    I have just installed VS.NET 2003 and I dont like the dynamic help and MSDN tha was shipped with it

    Thanks
    Last edited by onerrorgoto; Sep 23rd, 2003 at 04:32 AM.
    Onerrorgoto

    Dont be to optimistic, the light at the end of the tunnel might be a train

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