GraphWithNestedImportsBuilder() 공개 정적인 메소드

public static GraphWithNestedImportsBuilder ( int numberOfNestedGraphs ) : IRunnableGraph
numberOfNestedGraphs int
리턴 IRunnableGraph
예제 #1
0
 public void Graph_with_1000_nested_imports() => MaterializationBenchmark.GraphWithNestedImportsBuilder(1000);