Registry SetValue T  Method A Sandcastle Documented Class Library
Saves a value in the registry.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public void SetValue<T>(
	string key,
	T regValue
)

Parameters

key
Type: System String
The registry field.
regValue
Type: T
The value of the field.
Type Parameters

T
The type of the item to save.

Implements

IRegistry SetValue T (String, T)
See Also