File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ The **.NET ObjectFiller** also supports IEnumerable<T> (and all derivations) and
2323 - [ Fill Lists and Dictionaries] ( #fill-lists-and-dictionaries )
2424 - [ Detect Circular Dependencies] ( #detect-circular-dependencies )
2525 - [ Mix all up] ( #mix-all-up )
26+ - [ Randomizer<T > class] ( #randomizer-class )
2627 - [ Available Plugins] ( #available-plugins )
2728 - [ IntRangePlugin] ( #rangeintegerplugin )
2829 - [ MnemonicStringPlugin] ( #mnemonicstringplugin )
@@ -538,7 +539,7 @@ Here is another example where the Randomizer generates a random string based on
538539``` csharp
539540 public string GiveMeSomeRandomLoremIpsumText ()
540541 {
541- Randomizer <string >.Create (new Lipsum (LipsumFlavor .LoremIpsum ));
542+ return Randomizer <string >.Create (new Lipsum (LipsumFlavor .LoremIpsum ));
542543 }
543544```
544545
You can’t perform that action at this time.
0 commit comments