CSharpTest.Net
TryRemove(TKey,KeyValuePredicate<TKey,TValue>) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > LurchTable<TKey,TValue> Class > TryRemove Method : TryRemove(TKey,KeyValuePredicate<TKey,TValue>) Method

key
fnCondition

Glossary Item Box

Removes the element with the specified key from the IDictionary if the fnCondition predicate is null or returns true.

Syntax

Visual Basic (Declaration) 
Public Overloads Function TryRemove( _
   ByVal key As TKey, _
   ByVal fnCondition As CSharpTest.Net.Collections.KeyValuePredicate(Of TKey,TValue) _
) As Boolean
C# 
public bool TryRemove( 
   TKey key,
   CSharpTest.Net.Collections.KeyValuePredicate<TKey,TValue> fnCondition
)

Parameters

key
fnCondition

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys