Class ExpressionTreeWildcard
(Infrastructure) Represents a wildcard for expression tree matching.
Inheritance
System.Object
ExpressionTree<System.Linq.Expressions.ParameterExpression>
ExpressionTreeWildcard
Inherited Members
Namespace: System.Linq.CompilerServices
Assembly: Nuqleon.Linq.CompilerServices.dll
Syntax
public class ExpressionTreeWildcard : ExpressionTree<ParameterExpression>, ITree<ExpressionTreeNode>, ITree, IEquatable<ExpressionTreeBase>, ITyped
Methods
ToString()
Gets a friendly string representation of the wildcard.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Friendly string representation of the wildcard. |
Overrides
System.Linq.CompilerServices.Tree<System.Linq.Expressions.ExpressionTreeNode>.ToString()
Implements
System.IEquatable<>