EnumArgumentAttribute.

IsBitmask Property

Summary

Gets or sets a value indicating whether the enum value is a bitmask value (see System.FlagsAttribute) or not.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Attributes
Containing Type
EnumArgumentAttribute

Syntax

public bool IsBitmask { get; set; }

Value

Type Description
bool