Udostępnij za pośrednictwem


DkmILParameterValueCollection.Parameters Property

Definition

[Optional] The parameter collection.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILParameterValue ^> ^ Parameters { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILParameterValue ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue> Parameters { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue>? Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue>
Public ReadOnly Property Parameters As ReadOnlyCollection(Of DkmILParameterValue)

Property Value

Returns ReadOnlyCollection<T>.

Applies to