C# Class Microsoft.R.Interpreters.SupportedRVersionRangeExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
IsCompatibleVersion ( this svr, System.Version v ) : bool

Determines if given version falls into the supported range.

Method Details

IsCompatibleVersion() public static method

Determines if given version falls into the supported range.
public static IsCompatibleVersion ( this svr, System.Version v ) : bool
svr this
v System.Version
return bool