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