[Missing <summary> documentation for "P:Remotion.Linq.Parsing.Structure.IntermediateModel.OfTypeExpressionNode.SearchedItemType"]

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

Syntax

C#
public Type SearchedItemType { get; }
Visual Basic
Public ReadOnly Property SearchedItemType As Type
	Get
Visual C++
public:
property Type^ SearchedItemType {
	Type^ get ();
}

See Also