MethodInfo.GetType Метод
Определение
Выявляет атрибуты метода и обеспечивает доступ к его метаданным.Discovers the attributes of a method and provides access to method metadata.
public:
virtual Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type