ControlFlowAnalysis.ReturnStatements Property

Definition

The set of return statements found within a region.

public:
 abstract property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::SyntaxNode ^> ReturnStatements { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::SyntaxNode ^> get(); };
public abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxNode> ReturnStatements { get; }
member this.ReturnStatements : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxNode>
Public MustOverride ReadOnly Property ReturnStatements As ImmutableArray(Of SyntaxNode)

Property Value

Applies to