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
Property | Summary |
---|---|
ArgumentList | The argument list. |
Arguments | A list of 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. |
Statement | The expression statement that contains the invocation 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) |