Click or drag to resize

IniSectionRemove Method

Remove

Namespace:  VIZCore3DX.NET.Utility
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
Key

Return Value

Type: Boolean
Result

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also