Click or drag to resize

DeconstructionGetDeconstructionType Method

Get the type being deconstructed (the type of the initialization expression, or the collection element type if used in a ForEach).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase GetDeconstructionType()

Return Value

Type: TypeRefBase
See Also