MethodSignature<TType>.ParameterTypes Vlastnost

Definice

Získá typ parametru 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)

Hodnota vlastnosti

Neměnná kolekce typů parametrů.

Platí pro