Open sandboxFocus

Interface IObjectCreationExpression

A compile-time representation of a run-time object creation expression.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[Hidden]
public interface IObjectCreationExpression : IExpression, IHasType

Methods

Name Description
WithObjectInitializer(params (IFieldOrProperty FieldOrProperty, IExpression Value)[])
WithObjectInitializer(params (string FieldOrPropertyName, IExpression Value)[])

Extension Methods