메소드 | 설명 | |
---|---|---|
GeneratePerfectTree ( int arity, int depth ) : JContainer |
Generates a perfect k-ary tree. See https://en.wikipedia.org/wiki/K-ary_tree. |
|
JContainerGenerator ( |
Initializes a new instance of JContainerGenerator, using DeterministicRandom to get deterministic output.
|
메소드 | 설명 | |
---|---|---|
GeneratePerfectArray ( int arity, int depth ) : JContainer | ||
GeneratePerfectObject ( int arity, int depth ) : JContainer |
public GeneratePerfectTree ( int arity, int depth ) : JContainer | ||
arity | int | |
depth | int | |
리턴 | JContainer |
public JContainerGenerator ( |
||
random | ||
리턴 | Newtonsoft.Json.Linq |