MethodInformation public class MethodInformation Represents information about a method. Documentation Code public MethodInfo Method { get; set; } Stores the reflected method information. public TypeInformation[] Parameters { get; set; } Stores the parameters of the method. public MethodInformation()