다음을 통해 공유


IMethodCallCodeFragment.Arguments 속성

정의

메서드 호출의 인수를 가져옵니다.

public System.Collections.Generic.IEnumerable<object?> Arguments { get; }
member this.Arguments : seq<obj>
Public ReadOnly Property Arguments As IEnumerable(Of Object)

속성 값

메서드 호출의 인수입니다.

적용 대상