Struct ExcludeContext<TContainer>
Context object used during visitation to determine if a property should be visited or not.
Inherited Members
Namespace: Unity.Properties
Syntax
public readonly struct ExcludeContext<TContainer>
Type Parameters
Name | Description |
---|---|
TContainer | The container type of the IProperty. |
Properties
Property
The property being visited.
Declaration
public readonly IProperty<TContainer> Property { get; }
Property Value
Type | Description |
---|---|
IProperty<TContainer> |