C# Class Hackery.Extensions

Exibir arquivo Open project: cartman300/Hackery

Public Methods

Method Description
GetStaticMethod ( this T, string Name ) : MethodInfo

Method Details

GetStaticMethod() public static method

public static GetStaticMethod ( this T, string Name ) : MethodInfo
T this
Name string
return System.Reflection.MethodInfo