Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.35 KB

File metadata and controls

43 lines (30 loc) · 2.35 KB

SimpleMemberInvocationStatementInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about invocation expression in an expression statement.

public readonly struct SimpleMemberInvocationStatementInfo

Inheritance

ObjectValueType → 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)