[Missing <summary> documentation for "P:Remotion.Linq.QueryableBase`1.ElementType"]

Namespace: Remotion.Linq
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

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;
}

Implements

IQueryable..::..ElementType

See Also