C# Class Nexus.Client.ModManagement.Scripting.XmlScript.StaticOptionTypeResolver

An option type that doesn't change.
Inheritance: IOptionTypeResolver
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
ResolveOptionType ( ConditionStateManager p_csmStateManager ) : OptionType

Gets the option type.

StaticOptionTypeResolver ( OptionType p_ptpType ) : System

A simple constructor that initializes the object with the given values.

Method Details

ResolveOptionType() public méthode

Gets the option type.
public ResolveOptionType ( ConditionStateManager p_csmStateManager ) : OptionType
p_csmStateManager ConditionStateManager
Résultat OptionType

StaticOptionTypeResolver() public méthode

A simple constructor that initializes the object with the given values.
public StaticOptionTypeResolver ( OptionType p_ptpType ) : System
p_ptpType OptionType The option type.
Résultat System