MethodSignature<TType>.GenericParameterCount Свойство

Определение

Возвращает количество параметров универсального типа для метода.

public:
 property int GenericParameterCount { int get(); };
public int GenericParameterCount { get; }
member this.GenericParameterCount : int
Public ReadOnly Property GenericParameterCount As Integer

Значение свойства

Число параметров универсального типа или 0 для не универсальных методов.

Применяется к