aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/Collections
Commit message (Collapse)AuthorAgeFilesLines
* reformatted all code to .NET standard formattingcsharptest2011-05-201-100/+110
|
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-201-0/+3
|
* Regionify copyright statementJon Skeet2009-09-091-0/+3
|
* Fix copyright noticesJon Skeet2009-06-251-2/+31
|
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-0/+1
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Replaced copyright noticeJon Skeet2008-10-231-1/+1
|
* First cut at new layoutJon Skeet2008-10-221-0/+64