Click or drag to resize
ConfigExtensionsToConfiguration Method
Creates a Configuration object from a Config object.

Namespace: FsCheckUtils
Assembly: FsCheckUtils (in FsCheckUtils.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Configuration ToConfiguration(
	this Config config
)

Parameters

config
Type: Config
The Config object to be used to populate the properties of the new Configuration object.

Return Value

Type: Configuration
A Configuration object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Config. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also