C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.ConditionalFlag

Describes the value to which to set a given flag.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
ConditionalFlag ( string p_strName, string p_strValue ) : System

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

메소드 상세

ConditionalFlag() 공개 메소드

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.
리턴 System