Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyVisitor.IsExcluded

Declaration

protected bool IsExcluded(Property<TContainer,TValue> property, ref TContainer container, ref TValue value);

Parameters

Description
property The property providing access to the data.
container The container being visited.
value The value being visited.

Returns

bool true if the property should be skipped; otherwise, false.

Description

Called before visiting each property to determine if the property should be visited.

This method is called after all IExcludePropertyAdapter_1 have had a chance to run.