All types
|
All members
RT.CommandLine
RT.CommandLine
Command
Line
Attribute
Command
Line
Help
Requested
Exception
Command
Line
Parse
Exception
Command
Line
Parser
Command
Line
Validation
Exception
Command
Name
Attribute
Documentation
Attribute
Documentation
Eggs
MLAttribute
Documentation
Literal
Attribute
Documentation
Rho
MLAttribute
Enum
Behavior
MultipleValues
SingleValue
Enum
Options
Attribute
ICommand
Line
Validatable
ICommand
Line
Validatable
<TTranslation>
Ignore
Attribute
Incompatible
Command
Or
Option
Exception
Incomplete
Option
Exception
Invalid
Numeric
Parameter
Exception
Is
Mandatory
Attribute
Is
Positional
Attribute
Missing
Parameter
Exception
Missing
Subcommand
Exception
Option
Attribute
Translation
Translation
Group
Undocumented
Attribute
Unexpected
Argument
Exception
Unrecognized
Command
Or
Option
Exception
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Enum:
RT.CommandLine.
EnumBehavior
Assembly:
RT.CommandLine, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.CommandLine
Show inherited types...
Inherits from:
System.Enum
System.ValueType
object
Show implemented interfaces...
Implements:
System.IComparable
System.IConvertible
System.IFormattable
Underlying integer type:
System.Int32
Summary
Describes the behavior of an enum-typed field with the
EnumOptionsAttribute
.
Enum values
MultipleValues
1
Specifies that an enum is considered to represent a bitfield containing multiple values.
SingleValue
0
Specifies that an enum is considered to represent a single value.