ConstructorInformation public class ConstructorInformation Represents information about a constructor. Documentation Code public ConstructorInfo Constructor { get; set; } Stores the reflected constructor info. public TypeInformation[] Parameters { get; set; } The parameters of the constructor. public ConstructorInformation()