MethodGroupItem Type
Represents one method (or other item) in a method group. The item may represent either a method or a single, non-overloaded item such as union case or a named function value.
Instance members
Instance member |
Description
|
|
The description representation for the method (or other item)
|
Full Usage:
this.HasParamArrayArg
Returns: bool
|
Does the method support a params list arg?
|
Full Usage:
this.HasParameters
Returns: bool
|
Does the method support an arguments list? This is always true except for static type instantiations like TP<42,"foo">.
|
|
The parameters of the method in the overload set
|
|
The tagged text for the return type for the method (or other item)
|
|
Does the type name or method support a static arguments list, like TP<42,"foo"> or conn.CreateCommand<42, "foo">(arg1, arg2)?
|
|
The documentation for the item
|