ViewComponentDescriptor.Parameters Vlastnost

Definice

Získá nebo nastaví parametry asociované s metodou popsanou MethodInfo.

public:
 property System::Collections::Generic::IReadOnlyList<System::Reflection::ParameterInfo ^> ^ Parameters { System::Collections::Generic::IReadOnlyList<System::Reflection::ParameterInfo ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::Reflection::ParameterInfo ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<System.Reflection.ParameterInfo> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<System.Reflection.ParameterInfo> with get, set
Public Property Parameters As IReadOnlyList(Of ParameterInfo)

Hodnota vlastnosti

IReadOnlyList<ParameterInfo>

Platí pro