[Missing <summary> documentation for "P:Remotion.Linq.Parsing.ExpressionTreeVisitors.Transformation.IExpressionTransformer`1.SupportedExpressionTypes"]

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

Syntax

C#
ExpressionType[] SupportedExpressionTypes { get; }
Visual Basic
ReadOnly Property SupportedExpressionTypes As ExpressionType()
	Get
Visual C++
property array<ExpressionType>^ SupportedExpressionTypes {
	array<ExpressionType>^ get ();
}

See Also