Skip to main content

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

PropertySummary
BodyThe body of the lambda expression.
IsParenthesizedLambdaTrue if this instance is a parenthesized lambda expression.
IsSimpleLambdaTrue if this instance is a simple lambda expression.
LambdaExpressionThe lambda expression.
ParameterThe parameter.
ParameterListThe parameter list that contains the parameter.
SuccessDetermines whether this struct was initialized with an actual syntax.

Methods

MethodSummary
Equals(Object)(Inherited from ValueType)
GetHashCode()(Inherited from ValueType)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from ValueType)