Column data defined as a list of Column Key / String collection Values

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public sealed class SDFColumnData : Dictionary<string, StringCollection>
Visual Basic (Declaration)
Public NotInheritable Class SDFColumnData _
	Inherits Dictionary(Of String, StringCollection)
Visual C++
public ref class SDFColumnData sealed : public Dictionary<String^, StringCollection^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.Dictionary<(Of <(String, StringCollection>)>)
    Hyleos.Chemistry.IO..::.SDFColumnData

See Also