ContainsKey Method

Summary

Determines whether the specified name contains key.

Syntax
C#
VB
C++
public bool ContainsKey( 
   string name 
) 
  
Public Function ContainsKey( _ 
   ByVal name As String _ 
) As Boolean 
public: 
bool ContainsKey(  
   String^ name 
)  

Parameters

name
The name.

Return Value

true if the specified name contains key; otherwise, false

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly