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

789a7366 c8b4 0d3f 8831 67d47482374f

haplokuon edited this page May 6, 2023 · 1 revision

Values Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.Collections.ObservableDictionary`2.Values"]

Definition

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

C#

public ICollection<TValue> Values { get; }

VB

Public ReadOnly Property Values As ICollection(Of TValue)
	Get

C++

public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get () sealed;
}

F#

abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get

Property Value

ICollection(TValue)

Implements

IDictionary(TKey, TValue).Values

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally