IMethodCallCodeFragment.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the method call's arguments.
public System.Collections.Generic.IEnumerable<object?> Arguments { get; }
member this.Arguments : seq<obj>
Public ReadOnly Property Arguments As IEnumerable(Of Object)
Property Value
The method call's arguments.