Search Results for

    Show / Hide Table of Contents

    Interface ICollectionElementInitializerOperation

    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.Operations
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    [Obsolete("ICollectionElementInitializerOperation has been replaced with IInvocationOperation and IDynamicInvocationOperation", true)]
    public interface ICollectionElementInitializerOperation : IOperation

    Properties

    AddMethod

    Declaration
    IMethodSymbol AddMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    Arguments

    Declaration
    ImmutableArray<IOperation> Arguments { get; }
    Property Value
    Type Description
    ImmutableArray<IOperation>

    IsDynamic

    Declaration
    bool IsDynamic { get; }
    Property Value
    Type Description
    bool

    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