Click or drag to resize

AnonymousTypeCreatingNewObject Property

The NewObject that creates this AnonymousType, or null if there are multiple creators (used to determine if it's shared).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public NewObject CreatingNewObject { get; }

Property Value

Type: NewObject
See Also