Click or drag to resize

IniSection  Conversion (DictionaryString, IniValue to IniSection)

Ini Section

Namespace:  VIZCore3DX.NET.Utility
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.609 (1.1.25.609)
Syntax
C#
public static implicit operator IniSection (
	Dictionary<string, IniValue> dict
)

Parameters

dict
Type: System.Collections.GenericDictionaryString, IniValue
Dictionary

Return Value

Type: IniSection
Dictionary Ini Section
See Also