Bridge

Dictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsValue Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool ContainsValue(
	TValue value
)
Public Function ContainsValue ( _
	value As TValue _
) As Boolean
public:
bool^ ContainsValue(
	TValue value
)

Parameters

value
Type: TValue