Search Results for

    Show / Hide Table of Contents

    Class PropertyDefinition

    represents reflection data for a property of a type

    Inheritance
    object
    PropertyDefinition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.Attributes.dll
    Syntax
    public sealed class PropertyDefinition

    Properties

    Setter

    action used for setting the value of a property on a class

    Declaration
    public Action<object, object?>? Setter { get; set; }
    Property Value
    Type Description
    Action<object, object>
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX