C# Class Microsoft.R.DataInspection.RValueInfoExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
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

Method Details

HasAttributes() public static method

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

HasSlots() public static method

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

IsAtomic() public static method

public static IsAtomic ( this info ) : bool
info this
return bool

IsRecursive() public static method

public static IsRecursive ( this info ) : bool
info this
return bool