MethodCall.HasVarArgs 속성

정의

메서드가 여러 개의 인수를 수락할 수 있는지 여부를 나타내는 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property bool HasVarArgs { bool get(); };
public bool HasVarArgs { get; }
public bool HasVarArgs { [System.Security.SecurityCritical] get; }
member this.HasVarArgs : bool
[<get: System.Security.SecurityCritical>]
member this.HasVarArgs : bool
Public ReadOnly Property HasVarArgs As Boolean

속성 값

Boolean

메서드가 가변 인수를 수락하면 true이고, 그렇지 않으면 false입니다.

구현

특성

설명

메서드는 원격 개체에 속합니다.

적용 대상