Class CIntellisenseItem
  Public internalName As String
  Public ObjName As String
  Public keyWords As String
  Public protoTypes As New Collection
  Public comments As New Collection 'parallel to prototypes array
  Public keyWordCount As Long
  Public path As String
  Public aliases As New CollectionEx
  Public Description As String
  Public Function protoTypeFor(keyWord) As String
  Public Function funcRetType(keyWord) As String
  Public Function hasExactKeyWord(keyWord) As Boolean
End Class
