Public Const accessTypePublic As String =
"Public"
|
Public Const accessTypeFriend As String =
"Friend"
|
Public Const accessTypePrivate As String
= "Private"
|
Public Const accessTypeDecl As String =
"(Declarations)"
|
Public Const methodTypeSub As String =
"Sub"
|
Public Const methodTypeFunc As String =
"Function"
|
Public Const methodTypePropGet As String
= "Property Get"
|
Public Const methodTypePropSet As String
= "Property Set"
|
Public Const methodTypePropLet As String
= "Property Let"
|
Public Const methodTypeDecl As String =
"(Declarations)"
|