Struct ExcludeContext<TContainer, TValue>
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, TValue>
Type Parameters
| Name | Description |
|---|---|
| TContainer | The container type of the IProperty. |
| TValue | The value type of the IProperty. |
Properties
Property
The property being visited.
Declaration
public readonly Property<TContainer, TValue> Property { get; }
Property Value
| Type | Description |
|---|---|
| Property<TContainer, TValue> |