Table of Contents

Method ToInnerOuterSelector

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToInnerOuterSelector(bool, bool)

Converts hasOuter and hasInner boolean parameters to InnerOuterSelector.

public static InnerOuterSelector ToInnerOuterSelector(bool hasOuter, bool hasInner)

Parameters

hasOuter bool

Whether outer is selected.

hasInner bool

Whether inner is selected.

Returns

InnerOuterSelector