ResolverGetParentArguments Method |
Get the arguments from the parent object.
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected List<Expression> GetParentArguments(
bool hasArguments,
out bool hasUnresolvedDelegateType
)
Parameters
- hasArguments
- Type: SystemBoolean
False if we're looking for the parameters of a delegate type to
which a method group is being assigned. - hasUnresolvedDelegateType
- Type: SystemBoolean
True if the arguments couldn't be returned because the
associated delegate type is unresolved.
Return Value
Type:
ListExpressionThe list of arguments. An empty list is returned if there are zero arguments, or null
is returned if no arguments exist or if they can't be determined due to an unresolved delegate type.
See Also