OptionTextAttribute
(Microsoft.VisualBasic.CompilerServices.OptionTextAttribute)
Inherits:
System.Attribute
Interfaces:
_Attribute
Derived Types:
0
Assembly:
Microsoft.VisualBasic.dll
The Visual Basic compiler emits this class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used. This helper class is not meant to be called directly from your code.
VB.NET
C#
|
VB.NET
Public NotInheritable Class OptionTextAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
End Class
Articles