Boolean with a "default" value. For use in design-time configurable boolean properties.
Namespace:
PostSharpAssembly: PostSharp.Public (in PostSharp.Public.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration BoolWithDefault |
| C# |
|---|
public enum BoolWithDefault |
| Visual C++ |
|---|
public enum class BoolWithDefault |
Members
| Member name | Description | |
|---|---|---|
| Default |
Default.
| |
| True |
True.
| |
| False |
False.
|