ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
308 stars 76 forks source link

Add doc comments to StreamDecorator #122

Closed Numpsy closed 1 month ago

Numpsy commented 7 months ago

Hopefully a trivial change, but - there a quite a few build warnings about public functions not having doc comments, e.g.

image

So I just added some to fix one batch of the complaints (though most of the functions are just inherited from System.IO.Stream anyway)

ironfede commented 1 month ago

Thanks!