Interface IDynamicObjectCreationOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IDynamicObjectCreationOperation : IOperation
Properties
Arguments
Declaration
ImmutableArray<IOperation> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IOperation> |
Initializer
Declaration
IObjectOrCollectionInitializerOperation? Initializer { get; }
Property Value
| Type | Description |
|---|---|
| IObjectOrCollectionInitializerOperation |