Open sandboxFocus

Property Arguments

Arguments

Gets the arguments with which the method has been invoked.

Declaration
public Arguments Arguments { get; set; }
Property Value
Type Description
Arguments
Remarks
<div class="NOTE"><h5>note</h5><p>The property setter should never be used in user code.</p></div>
<div class="NOTE"><h5>note</h5><p>

As a result of weaving optimizations, value of this property may be seen as null in a debugger. If you need to inspect the value in runtime, consider disabling aspect optimizations in the debug build configuration.