FlagsEnumConverter Constructor

Creates an instance of the FlagsEnumConverter class.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public FlagsEnumConverter(
	Type type
)

Parameters

type  Type
The type of the enumeration.

See Also