DkmILParameterValueCollection.Parameters Propriedade

Definição

Adicional A coleção de parâmetros.

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; }
member this.Parameters : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILParameterValue>
Public ReadOnly Property Parameters As ReadOnlyCollection(Of DkmILParameterValue)

Valor da propriedade

ReadOnlyCollection<DkmILParameterValue>

Retorna ReadOnlyCollection<T>.

Aplica-se a