CallInfo.ArgumentNames Property

Definition

The argument names.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ArgumentNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ArgumentNames { get; }
member this.ArgumentNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ArgumentNames As ReadOnlyCollection(Of String)

Property Value

The read-only collection of argument names.

Applies to