public static Table GetConstructorsForSpecificMethod(ISchema schema, string methodName) { return(CreateTableFromConstructors(() => schema.GetConstructors(methodName))); }
public static Table GetSpecificSchemaDescriptions(ISchema schema) { return(CreateTableFromConstructors(() => schema.GetConstructors())); }