SingleParameterLambdaExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about a lambda expression with a single parameter.
public readonly struct SingleParameterLambdaExpressionInfo
Inheritance
Object → ValueType → SingleParameterLambdaExpressionInfo
Properties
| Property | Summary |
|---|---|
| Body | The body of the lambda expression. |
| IsParenthesizedLambda | True if this instance is a parenthesized lambda expression. |
| IsSimpleLambda | True if this instance is a simple lambda expression. |
| LambdaExpression | The lambda expression. |
| Parameter | The parameter. |
| ParameterList | The parameter list that contains the parameter. |
| Success | Determines whether this struct was initialized with an actual syntax. |
Methods
| Method | Summary |
|---|---|
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |