Table of Contents

Method FromInnerOuterSelector

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

FromInnerOuterSelector(InnerOuterSelector)

Converts InnerOuterSelector to the tuple with two boolean values.

public static (bool Outer, bool Inner) FromInnerOuterSelector(InnerOuterSelector selector)

Parameters

selector InnerOuterSelector

Returns

(bool Outer, bool Inner)