MethodSignature<TType>.ParameterTypes Proprietà

Definizione

Ottiene i tipi dei parametri del metodo.

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)

Valore della proprietà

Raccolta non modificabile di tipi di parametri.

Si applica a