Click or drag to resize

YArgument Class

This class represents an argument parsed by a YArgumentParser.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYArgument

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public sealed class YArgument

The YArgument type exposes the following members.

Constructors
 NameDescription
Public methodYArgument(String) Instanciate an new boolean YArgument.
Public methodYArgument(String, IEnumerableString) Instanciate an new YArgument.
Top
Properties
 NameDescription
Public propertyIsBoolean Check if the argument is set as a boolean.
Public propertyName The name of the argument without its modifier.
Public propertyValues The values of the argument.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetMD5HashCode Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods)
Public Extension MethodSerializeObject Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter)
Top
See Also