다음을 통해 공유


ReturnMessage.OutArgCount 속성

정의

호출된 메서드에 있는 out 또는 ref 인수의 개수를 가져옵니다.

public:
 property int OutArgCount { int get(); };
public int OutArgCount { get; }
public int OutArgCount { [System.Security.SecurityCritical] get; }
member this.OutArgCount : int
[<get: System.Security.SecurityCritical>]
member this.OutArgCount : int
Public ReadOnly Property OutArgCount As Integer

속성 값

호출된 메서드에 있는 out 또는 ref 인수의 개수입니다.

구현

특성

적용 대상