Click or drag to resize

DeconstructionHasSharedType Property

True if the Deconstruction has a single shared 'var' type for all local variables, or False if each local variable declares its own type.

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

Property Value

Type: Boolean
See Also