VB.NET KEYWORDS
- A keyword is a reserved word with special meanings in the compiler, whose meaning cannot
be changed. Therefore, these keywords cannot be used as an identifier
in VB.NET programming such as class name, variable, function, module, etc.
- There are following reserved keyword available in the VB.NET language.
AddHandler AddressOf Alias And AndAlso As
Boolean ByRef Byte ByVal Call Case
Catch CBool CByte CChar CDate CDbl
CDec Char Cint Class CLng CObj
Const Continue CSByte CShort CSng CStr
CType CUnit CULng CUShort Date Decimal
Declare Default Delegate Dim DirectCast Do
Double Each Else Elseif End End if
Enum Erase Error Event Exit False
Finally For Friend Function Get GetType
GetXML
Global GoTO Handles If Implements
Namespace
Imports In Inherits Integer Interface Is
- A keyword is a reserved word with special meanings in the compiler, whose meaning cannot
be changed. Therefore, these keywords cannot be used as an identifier
in VB.NET programming such as class name, variable, function, module, etc.
- There are following reserved keyword available in the VB.NET language.
AddHandler AddressOf Alias And AndAlso As
Boolean ByRef Byte ByVal Call Case
Catch CBool CByte CChar CDate CDbl
CDec Char Cint Class CLng CObj
Const Continue CSByte CShort CSng CStr
CType CUnit CULng CUShort Date Decimal
Declare Default Delegate Dim DirectCast Do
Double Each Else Elseif End End if
Enum Erase Error Event Exit False
Finally For Friend Function Get GetType
GetXML
Global GoTO Handles If Implements
Namespace
Imports In Inherits Integer Interface Is