docs.unity.cn
    Show / Hide Table of Contents

    Struct ExcludeContext<TContainer>

    Context object used during visitation to determine if a property should be visited or not.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023