YArgument Class |
public sealed class YArgument
The YArgument type exposes the following members.
Name | Description | |
---|---|---|
![]() | YArgument(String) | Instanciate an new boolean YArgument. |
![]() | YArgument(String, IEnumerableString) | Instanciate an new YArgument. |
Name | Description | |
---|---|---|
![]() | IsBoolean | Check if the argument is set as a boolean. |
![]() | Name | The name of the argument without its modifier. |
![]() | Values | The values of the argument. |
Name | Description | |
---|---|---|
![]() | 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) |
Name | Description | |
---|---|---|
![]() | GetMD5HashCode |
Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods) |
![]() | SerializeObject |
Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter) |