MethodSignature<TType>.ParameterTypes Property

Definition

Gets the method's parameter types.

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)

Property Value

An immutable collection of parameter types.

Applies to