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

An option type that doesn't change.
상속: IOptionTypeResolver
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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.

메소드 상세

ResolveOptionType() 공개 메소드

Gets the option type.
public ResolveOptionType ( ConditionStateManager p_csmStateManager ) : OptionType
p_csmStateManager ConditionStateManager
리턴 OptionType

StaticOptionTypeResolver() 공개 메소드

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