PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Execution­ArgsYield­Value
Open sandboxFocus

MethodExecutionArgs.YieldValue Property

YieldValue

Gets or sets the value yielded by the iterator method.

Declaration
public object YieldValue { get; set; }
Property Value
Type Description
Object