Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Update regular expressions collections to implement IReadOnlyList<T> #277

Closed
wants to merge 1 commit into from

Commits on Dec 17, 2014

  1. Update regular expressions collections to implement IReadOnlyList<T> …

    …(fixes #271)
    
    * CaptureCollection implements IReadOnlyList<Capture>
    * GroupCollection implements IReadOnlyList<Group>
    * MatchCollection implements IReadOnlyList<Match>
    sharwell committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    14483e7 View commit details
    Browse the repository at this point in the history