Click or drag to resize

XDataDictionaryValues Property

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

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public ICollection<XData> Values { get; }

Property Value

Type: ICollectionXData

Implements

IDictionaryTKey, TValueValues
See Also