Results 1 to 12 of 12

Thread: Can you list the uses of the "As" clause?

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Talking Can you list the uses of the "As" clause?

    these are the ones that I know
    -Delegate Function foo() As String
    -Function foo() As String
    -Private myVariable As String


    where else can the "As" clause appear? I need to know, believe me


    edit: more...
    -Enum foo As Integer
    -Property something () as Boolean
    Last edited by MrPolite; Jan 14th, 2004 at 11:28 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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