This version of Unity is unsupported.

IExcludeContravariantPropertyAdapter<T0,T1>.IsExcluded

Declaration

public bool IsExcluded(ExcludeContext<TContainer> context, ref TContainer container, TValue value);

Parameters

context The context being visited.
container The container being visited.
value The value being visited.

Returns

bool <see langword="true" /> if visitation should be skipped, <see langword="false" /> otherwise.

Description

Invoked when the visitor encounters specific a TContainer and TValue pair.