Click or drag to resize

EAPUtilValidBits Method

Gets the declared ValidBits for the specified enumeration.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int ValidBits(
	Type enumType
)

Parameters

enumType
Type: SystemType
The enumeration type of interest.

Return Value

Type: Int32
The valid bits for the enumeration as specified by the ValidBits attribute.
See Also