MethodSignature<TType>.ParameterTypes Propiedad

Definición

Obtiene los tipos de parámetro del método.

public:
 property System::Collections::Immutable::ImmutableArray<TType> ParameterTypes { System::Collections::Immutable::ImmutableArray<TType> get(); };
public System.Collections.Immutable.ImmutableArray<TType> ParameterTypes { get; }
member this.ParameterTypes : System.Collections.Immutable.ImmutableArray<'ype>
Public ReadOnly Property ParameterTypes As ImmutableArray(Of TType)

Valor de propiedad

ImmutableArray<TType>

Colección inmutable de tipos de parámetros.

Se aplica a