A compile-time representation of a run-time object creation expression.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[InternalImplement]
[Hidden]
public interface IObjectCreationExpression : IExpression, IHasTypeMethods
| Name | Description |
|---|---|
| WithObjectInitializer(params (IFieldOrProperty FieldOrProperty, IExpression Value)[]) | |
| WithObjectInitializer(params (string FieldOrPropertyName, IExpression Value)[]) |