共用方式為


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)

屬性值

適用於