Skip to main content

SimpleMemberInvocationStatementInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about invocation expression in an expression statement.

public readonly struct SimpleMemberInvocationStatementInfo

Inheritance

Object ValueType SimpleMemberInvocationStatementInfo

Properties

PropertySummary
ArgumentListThe argument list.
ArgumentsA list of arguments.
ExpressionThe expression that contains the member being invoked.
InvocationExpressionThe invocation expression.
MemberAccessExpressionThe member access expression.
NameThe name of the member being invoked.
NameTextThe name of the member being invoked.
StatementThe expression statement that contains the invocation expression.
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)