C# 클래스 Microsoft.R.Interpreters.SupportedRVersionRangeExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
IsCompatibleVersion ( this svr, System.Version v ) : bool

Determines if given version falls into the supported range.

메소드 상세

IsCompatibleVersion() 공개 정적인 메소드

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