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

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

Syntax

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

See Also