public sealed class ParseArgumentsResult
Public NotInheritable Class ParseArgumentsResult
public ref class ParseArgumentsResult sealed
[<SealedAttribute>]
type ParseArgumentsResult = class end
Options | This read-only property is used to get the option collection related to the results |
Success | This read-only property is used to see if the options were parsed successfully |
UnusedArguments | This read-only property returns a collection of the unused arguments |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
WriteParseErrors | This is used to write out a list of all parsing errors |