SelectMany() private method

private SelectMany ( [ xpath ) : IEnumerable
xpath [
return IEnumerable
Example #1
0
 private static ApiNode[] PickExample([NotNull] ApiNode details, [NotNull] string type)
 {
     return(details.SelectMany($@"div.subsection/pre.codeExample{type}"));
 }