ReplArity
Declares option value cardinality.
- Kind:
Enum - Namespace: Repl.Parameters
- Assembly:
Repl.Core - Source: src/Repl.Core/Parameters/ReplArity.cs
Signature
Section titled “Signature”public enum ReplArityFields
Section titled “Fields”ExactlyOne
Section titled “ExactlyOne”Option must appear exactly one time.
ExactlyOne = 1Returns
Section titled “Returns”OneOrMore
Section titled “OneOrMore”Option must appear one or more times.
OneOrMore = 3Returns
Section titled “Returns”ZeroOrMore
Section titled “ZeroOrMore”Option may appear zero to many times.
ZeroOrMore = 2Returns
Section titled “Returns”ZeroOrOne
Section titled “ZeroOrOne”Option may appear zero or one time.
ZeroOrOne = 0