C# Class Scorchio.VisualStudio.Extensions.CodeParameterExtensions

Defines the CodeParameterExtensions type.
Mostrar archivo Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
GetParameterType ( this instance ) : string

Gets the type of the parameter.

Method Details

GetParameterType() public static method

Gets the type of the parameter.
public static GetParameterType ( this instance ) : string
instance this The instance.
return string