Class JsonArgumentParser
Namespace: CmlLib.Core.Version
Assembly: CmlLib.Core.dll
public static class JsonArgumentParser
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Parse(JsonElement)
public static IReadOnlyCollection<MArgument> Parse(JsonElement element)
Parameters
element JsonElement
Returns
IReadOnlyCollection<MArgument>
ParseArgumentElement(JsonElement)
public static MArgument? ParseArgumentElement(JsonElement item)
Parameters
item JsonElement