Gets a value indicating whether the message has variable arguments.
Namespace:
?
System.Runtime.Remoting.Messaging
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property HasVarArgs As Boolean |
C# |
---|
bool HasVarArgs { get; } |
Visual C++ |
---|
property bool HasVarArgs {
bool get ();
} |
JavaScript |
---|
function get_hasVarArgs();
|
Return Value
true if the method can accept a variable number of arguments; otherwise, false.
Exceptions
See Also