Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsCount<(Of <(<'TItem>)>)>Count<(Of <(<'TItem>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TItem>)>>)>)>>))

Count<(Of <(<'TItem>)>)> Constructor (source)
Initializes a new instance of the Count<(Of <(<'TItem>)>)> expression.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public Count(
	Expression<IEnumerable<TItem>> source
)
Parameters
source (Expression<(Of <(<'IEnumerable<(Of <(<'TItem>)>)>>)>)>)
A representation of the enumerable to count.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is nullNothingnullptr.
blog comments powered by Disqus