Class PropertyDefinition
represents reflection data for a property of a class
Inherited Members
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> |