Click or drag to resize
FluentIterator Methods

The FluentIterator type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodItem(String)
Gets a BucketItem for name
Public methodItemT(ExpressionFuncT, Object)
Gets BucketItem for a property.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVisit
Visits expression and delegates call to different to branch.
(Inherited from ExpressionVisitor.)
Public methodVisitBinary
Visits the binary expression.
(Inherited from ExpressionVisitor.)
Public methodVisitConstant
Visits the constance expression. To be implemented by user.
(Inherited from ExpressionVisitor.)
Public methodVisitLamda
Visits the lambda expression.
(Inherited from ExpressionVisitor.)
Public methodVisitMemberAccess
Sets memberInfo to return Expression
(Overrides ExpressionVisitorVisitMemberAccess(MemberExpression).)
Public methodVisitMethodCall
Visits the method call expression.
(Inherited from ExpressionVisitor.)
Public methodVisitNew
Visits the new type expression.
(Inherited from ExpressionVisitor.)
Public methodVisitUnary
Visits the unary expression.
(Inherited from ExpressionVisitor.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
See Also