Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Implement String.Join(string, IEnumerable<string>) #914

Merged
merged 1 commit into from Jan 2, 2016
Merged

Commits on Dec 15, 2015

  1. Implement String.Join(string, IEnumerable<string>)

    This String.Join overload was not declared, although JSIL.JoinEnumerable
    would already do the job if asked. This commit connects the two and
    updates the existing test to cover the IEnumerable<String> case as well.
    The other String.Join overloads are untouched.
    mwh committed Dec 15, 2015
    Copy the full SHA
    7743d64 View commit details
    Browse the repository at this point in the history