Represent a count of an IEnumerable<(Of <(<'T>)>)>.
Inheritance Hierarchy
Object | ||||
VisitableBase | ||||
Expression | ||||
Expression<(Of <(<'UInt32>)>)> | ||||
Count<(Of <(<'TItem>)>)> |
Assembly: Epic.Query.Object
Declaration Syntax
C# |
[SerializableAttribute] public sealed class Count<TItem> : Expression<uint>
Generic Template Parameters
- TItem
- Type of the elements of the enumerable.
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
Count<(Of <(<'TItem>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TItem>)>>)>)>>)) |
Initializes a new instance of the Count<(Of <(<'TItem>)>)> expression.
| |
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) | |
GetObjectData(SerializationInfo, StreamingContext) |
Gets the object data for serialization.
(Overrides Expression.GetObjectData(SerializationInfo, StreamingContext).) | |
Source |
Expression representing the elements to count.
|