C# 클래스 Microsoft.R.DataInspection.RValueInfoExtensions

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

공개 메소드들

메소드 설명
HasAttributes ( this info ) : bool

Whether this value has any attributes.

HasSlots ( this info ) : bool

Whether this value has any slots.

IsAtomic ( this info ) : bool
IsRecursive ( this info ) : bool

메소드 상세

HasAttributes() 공개 정적인 메소드

Whether this value has any attributes.
public static HasAttributes ( this info ) : bool
info this
리턴 bool

HasSlots() 공개 정적인 메소드

Whether this value has any slots.
public static HasSlots ( this info ) : bool
info this
리턴 bool

IsAtomic() 공개 정적인 메소드

public static IsAtomic ( this info ) : bool
info this
리턴 bool

IsRecursive() 공개 정적인 메소드

public static IsRecursive ( this info ) : bool
info this
리턴 bool