'Declaration<JetBrains.Annotations.NotNullAttribute()> Protected Overrides NotOverridable Function GetKeyForItem( _ ByVal tokenInfo As TokenInfo _ ) As String
'UsageDim instance As TokenInfoCollection Dim tokenInfo As TokenInfo Dim value As String value = instance.GetKeyForItem(tokenInfo)
[JetBrains.Annotations.NotNull()] protected: String^ GetKeyForItem( TokenInfo^ tokenInfo ) override
Parameters
- tokenInfo
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).