Version

CanParameterBeEnumerable Method

Determines whether the parameter at the specified index will accept an enumerable reference.
Syntax
public virtual bool CanParameterBeEnumerable( 
   int parameterIndex
)

Parameters

parameterIndex
In 0-based index of the parameter.

Return Value

True if the parameter at the specified index can accept enumerable references; False otherwise or if the parameter is out of range for this function.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also