Added a class for chaining together multiple System.IO.Stream instances into a single stream; minor improvements to docs; improved an exception error message in the StringSegment class
git-svn-id: file:///srv/devel/repo-conversion/nusu@131 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
a2331b95c1
commit
66b4a762cf
6 changed files with 1018 additions and 2 deletions
|
@ -206,6 +206,10 @@
|
|||
<Compile Include="Source\Shared.Test.cs">
|
||||
<DependentUpon>Shared.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\IO\ChainStream.cs" />
|
||||
<Compile Include="Source\IO\ChainStream.Test.cs">
|
||||
<DependentUpon>ChainStream.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\StringHelper.cs" />
|
||||
<Compile Include="Source\StringHelper.Test.cs">
|
||||
<DependentUpon>StringHelper.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue