Suoranta.EnterpriseLib.Web - Developer API

BitMask<(Of <(<'T>)>)> Structure

Generic class to store a set of boolean values defined by Enum.

Namespace:  Suoranta.EnterpriseLib.Types
Assembly:  Suoranta.EnterpriseLib.Base (in Suoranta.EnterpriseLib.Base.dll)

Syntax


public struct BitMask<T>
where T : Enum

Type Parameters

T
Type of enum that holds booleans. Defined values must be powers of 2.