Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

bf7dcd3a 3d37 6dc7 3326 e16fdbbb8673

haplokuon edited this page May 6, 2023 · 1 revision

ContainsValue Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.Collections.ObservableDictionary2.ContainsValue(1)"]

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool ContainsValue(
	TValue value
)

VB

Public Function ContainsValue ( 
	value As TValue
) As Boolean

C++

public:
bool ContainsValue(
	TValue value
)

F#

member ContainsValue : 
        value : 'TValue -> bool 

Parameters

  TValue
\[Missing <param name="value"/> documentation for "M:netDxf.Collections.ObservableDictionary`2.ContainsValue(`1)"\]

Return Value

Boolean
[Missing <returns> documentation for "M:netDxf.Collections.ObservableDictionary2.ContainsValue(1)"]

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally