[Missing <summary> documentation for "M:NHibernate.Linq.Visitors.PossibleValueSet.ArrayLength(System.Type)"]

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

Syntax

C#
public PossibleValueSet ArrayLength(
	Type resultType
)
Visual Basic
Public Function ArrayLength ( _
	resultType As Type _
) As PossibleValueSet
Visual C++
public:
PossibleValueSet^ ArrayLength(
	Type^ resultType
)

Parameters

resultType
Type: System..::..Type

[Missing <param name="resultType"/> documentation for "M:NHibernate.Linq.Visitors.PossibleValueSet.ArrayLength(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Linq.Visitors.PossibleValueSet.ArrayLength(System.Type)"]

See Also