IInterpolatedStringOperation.Parts Property

Definition

Constituent parts of interpolated string, each of which is an IInterpolatedStringContentOperation.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IInterpolatedStringContentOperation ^> Parts { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IInterpolatedStringContentOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IInterpolatedStringContentOperation> Parts { get; }
member this.Parts : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IInterpolatedStringContentOperation>
Public ReadOnly Property Parts As ImmutableArray(Of IInterpolatedStringContentOperation)

Property Value

Applies to