Table of Contents

Class JsonRulesParser

Namespace: CmlLib.Core.Version
Assembly: CmlLib.Core.dll

public static class JsonRulesParser

Inheritance

objectJsonRulesParser

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<LauncherRule> Parse(JsonElement element)

Parameters

element JsonElement

Returns

IReadOnlyCollection<LauncherRule>

ParseRuleElement(JsonElement)

public static LauncherRule? ParseRuleElement(JsonElement element)

Parameters

element JsonElement

Returns

LauncherRule?