ironfede / openmcdf

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

TryGet methods should follow standard .NET guidelines #29

Closed debrandt closed 5 years ago

debrandt commented 5 years ago

Example: The TryGetStream method should return a boolean if it managed to get the stream and output the stream using an out parameter.

ironfede commented 5 years ago

Enhancement will be included in next release. Best Regards, Federico