DeconstructionInfo.Nested 属性

定义

此解构节点的子级。

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)

属性值

适用于