MethodSignature<TType>.ParameterTypes Właściwość

Definicja

Pobiera typy parametrów metody.

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)

Wartość właściwości

Niezmienna kolekcja typów parametrów.

Dotyczy