Click or drag to resize

Properties Constructor (Properties)

Constructs a new Properties instance with defaults.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Properties(
	Properties defaults
)

Parameters

defaults
Type: OBCOM.NetSwitchLib.UtilsProperties
The default properties (can be null).
See Also