Skip to main content

SimpleMemberInvocationExpressionInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about invocation expression.

public readonly struct SimpleMemberInvocationExpressionInfo

Inheritance

Object ValueType SimpleMemberInvocationExpressionInfo

Properties

PropertySummary
ArgumentListThe argument list.
ArgumentsThe list of the 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.
OperatorTokenThe operator in the member access 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)