DataFlowAnalysis.DataFlowsOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of local variables which are assigned a value inside a region that may be used outside the region.
public:
abstract property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> DataFlowsOut { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> get(); };
public abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> DataFlowsOut { get; }
member this.DataFlowsOut : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Public MustOverride ReadOnly Property DataFlowsOut As ImmutableArray(Of ISymbol)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.