MethodSignature<TType>.ParameterTypes Propriété

Définition

Obtient les types de paramètres de la méthode.

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)

Valeur de propriété

Collection immuable de types de paramètres.

S’applique à