IMethodHandleInfo.IsVarArgs 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.
Determines if the underlying member was a variable arity method or constructor.
public virtual bool IsVarArgs { [Android.Runtime.Register("isVarArgs", "()Z", "GetIsVarArgsHandler:Java.Lang.Invoke.IMethodHandleInfo, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isVarArgs", "()Z", "GetIsVarArgsHandler:Java.Lang.Invoke.IMethodHandleInfo, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
member this.IsVarArgs : bool
Property Value
true
if and only if the underlying member was declared with variable arity.
- Attributes
Remarks
Determines if the underlying member was a variable arity method or constructor. Such members are represented by method handles that are varargs collectors.
Java documentation for java.lang.invoke.MethodHandleInfo.isVarArgs()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.