C# Class Microsoft.R.Interpreters.SupportedRVersionRangeExtensions

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
IsCompatibleVersion ( this svr, System.Version v ) : bool

Determines if given version falls into the supported range.

Method Details

IsCompatibleVersion() public static méthode

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