Exemplo n.º 1
0
 public static Table GetConstructorsForSpecificMethod(ISchema schema, string methodName)
 {
     return(CreateTableFromConstructors(() => schema.GetConstructors(methodName)));
 }
Exemplo n.º 2
0
 public static Table GetSpecificSchemaDescriptions(ISchema schema)
 {
     return(CreateTableFromConstructors(() => schema.GetConstructors()));
 }