SimpleMemberInvocationExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about invocation expression.
public readonly struct SimpleMemberInvocationExpressionInfo
Inheritance
Object → ValueType → SimpleMemberInvocationExpressionInfo
Properties
Property | Summary |
---|---|
ArgumentList | The argument list. |
Arguments | The list of the arguments. |
Expression | The expression that contains the member being invoked. |
InvocationExpression | The invocation expression. |
MemberAccessExpression | The member access expression. |
Name | The name of the member being invoked. |
NameText | The name of the member being invoked. |
OperatorToken | The operator in the member access expression. |
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) |