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

dd3dfad4 d7b0 27ed 993b 97baf3b5d131

haplokuon edited this page May 6, 2023 · 1 revision

Values Property

netDxf 3.0.0 Library

Gets an ICollection containing the extended data list of the current dictionary.

Definition

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

C#

public ICollection<XData> Values { get; }

VB

Public ReadOnly Property Values As ICollection(Of XData)
	Get

C++

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

F#

abstract Values : ICollection<XData> with get
override Values : ICollection<XData> with get

Property Value

ICollection(XData)

Implements

IDictionary(TKey, TValue).Values

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally