RObject.ElementType Property

Gets the element type of the object.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public abstract Type ElementType { get; }

Property Value

Type

Implements

IDataObject<TObject>.ElementType

See Also