ArgumentArity Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the arity (minimum and maximum number of arguments) for a command line argument.
public readonly struct ArgumentArity : IEquatable<Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity>
type ArgumentArity = struct
Public Structure ArgumentArity
Implements IEquatable(Of ArgumentArity)
- Inheritance
-
ArgumentArity
- Implements
This is taken from https://learn.microsoft.com/dotnet/standard/commandline/syntax#argument-arity.
Argument |
Represents the arity (minimum and maximum number of arguments) for a command line argument. |
Exactly |
Represents an argument arity of exactly one. |
One |
Represents an argument arity of one or more. |
Zero |
Represents an argument arity of zero. |
Zero |
Represents an argument arity of zero or more. |
Zero |
Represents an argument arity of zero or one. |
Equals(Argument |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Get |
Returns the hash code for this instance. |
Equality(Argument |
Determines whether two instances of ArgumentArity are equal. |
Inequality(Argument |
Determines whether two instances of ArgumentArity are not equal. |
製品 | バージョン |
---|---|
Microsoft Testing Platform | 1.0.2, 1.1.0, 1.2.1, 1.3.2, 1.4.3, 1.5.3, 1.6.0 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。