DeconstructionInfo.Nested Property

Definition

The children for this deconstruction node.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CSharp::DeconstructionInfo> Nested { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CSharp::DeconstructionInfo> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CSharp.DeconstructionInfo> Nested { get; }
member this.Nested : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CSharp.DeconstructionInfo>
Public ReadOnly Property Nested As ImmutableArray(Of DeconstructionInfo)

Property Value

Applies to