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

Describes the value to which to set a given flag.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
ConditionalFlag ( string p_strName, string p_strValue ) : System

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

Method Details

ConditionalFlag() public méthode

A simple constructor that initializes the object with the given values.
public ConditionalFlag ( string p_strName, string p_strValue ) : System
p_strName string The name of the flag to set.
p_strValue string The name of the flag to set.
Résultat System