IExcludePropertyAdapter<T0,T1>.IsExcluded

Declaration

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

Parameters

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

Returns

bool true if visitation should be skipped, false otherwise.

Description

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


Did you find this page useful? Please give it a rating: