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 인수입니다.

구현

특성

적용 대상