Search Results for

    Show / Hide Table of Contents

    Interface IFlowCaptureOperation

    Inherited Members
    IOperation.Accept(OperationVisitor)
    IOperation.Accept<TArgument, TResult>(OperationVisitor<TArgument, TResult>, TArgument)
    IOperation.Parent
    IOperation.Kind
    IOperation.Syntax
    IOperation.Type
    IOperation.ConstantValue
    IOperation.Children
    IOperation.ChildOperations
    IOperation.Language
    IOperation.IsImplicit
    IOperation.SemanticModel
    Namespace: Microsoft.CodeAnalysis.FlowAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface IFlowCaptureOperation : IOperation

    Properties

    Id

    Declaration
    CaptureId Id { get; }
    Property Value
    Type Description
    CaptureId

    Value

    Declaration
    IOperation Value { get; }
    Property Value
    Type Description
    IOperation

    Extension Methods

    OperationExtensions.Descendants(IOperation?)
    OperationExtensions.DescendantsAndSelf(IOperation?)
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0