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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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