/// <summary> /// Gets the <see cref="OptionType"/> of the option. /// </summary> /// <param name="coreDelegates">The Core delegates component.</param> /// <returns>The <see cref="OptionType"/> of the option.</returns> public OptionType GetOptionType(ConditionStateManager csmState, CoreDelegates coreDelegates) { return(m_otrTypeResolver.ResolveOptionType(csmState, coreDelegates)); }
/// <summary> /// Gets the <see cref="OptionType"/> of the option. /// </summary> /// <param name="p_csmStateManager">The manager that tracks the currect install state.</param> /// <returns>The <see cref="OptionType"/> of the option.</returns> public OptionType GetOptionType(ConditionStateManager p_csmStateManager) { return(m_otrTypeResolver.ResolveOptionType(p_csmStateManager)); }