←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly