Click or drag to resize
IVectorElementType Property
Returns the type of elements stored in the current vector as `System.Type`. This member is mainly used for internal purposes (to invoke a generic function represented by `VectorCallSite1<R>` with the typed version of the current vector as an argument.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
Type ElementType { get; }

Property Value

Type: Type

[Missing <value> documentation for "P:Deedle.IVector.ElementType"]

See Also