IniKeyCollectionContains(String) Method
Namespace: DevCase.Core.Application.UserSettingsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Contains(
string keyName
)
Public Function Contains (
keyName As String
) As Boolean
Dim instance As IniKeyCollection
Dim keyName As String
Dim returnValue As Boolean
returnValue = instance.Contains(keyName)
public:
bool Contains(
String^ keyName
)
member Contains :
keyName : string -> bool
No code example is currently available or this language may not be supported.
- keyName String
-
The key name.
Boolean if the
IniKeyCollection contains the
IniKey,
otherwise.