Interface ICollectionElementInitializerOperation
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
Arguments
Declaration
ImmutableArray<IOperation> Arguments { get; }
Property Value
IsDynamic
Declaration
Property Value
Extension Methods