C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.ConditionalOptionTypeResolver.ConditionalTypePattern

A pattern that is matched against external conditions to determine whether or not its option type is elected.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
ConditionalTypePattern ( OptionType p_ptpType, ICondition p_cndCondition ) : System

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

메소드 상세

ConditionalTypePattern() 공개 메소드

A simple constructor that initializes the object with the given values.
public ConditionalTypePattern ( OptionType p_ptpType, ICondition p_cndCondition ) : System
p_ptpType OptionType The option type this pattern returns if it is fulfilled.
p_cndCondition ICondition The condition that must by fulfilled for this pattern's option type /// to be elected.
리턴 System