C# Класс Microsoft.R.DataInspection.RValueInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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