Thresher 1.2 Class Documentation

ServerProperties.ContainsKey Method 

Test if this instance contains a given key.

[Visual Basic]
Public Function ContainsKey( _
   ByVal key As String _
) As Boolean
[C#]
public bool ContainsKey(
   string key
);

Parameters

key
The server properties key to test.

Return Value

True if it is present.

See Also

ServerProperties Class | Sharkbite.Irc Namespace