Namespace: MonoSoftware.MonoX.API
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Type ElementType { get; }
Visual Basic
Public ReadOnly Property ElementType As Type
	Get
Visual C++
public:
virtual property Type^ ElementType {
	Type^ get () sealed;
}
F#
abstract ElementType : Type with get
override ElementType : Type with get

Property Value

Type: Type

Implements

IQueryable..::..ElementType

See Also