alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
563 stars 99 forks source link

Correct casing of enum STREAM_ATTRIBUTES #426

Closed Yomodo closed 6 years ago

Yomodo commented 6 years ago

Enum STREAM_ATTRIBUTES is a public member but the casing used is typically for Win32 native. Casing should be according to .NET style: StreamAttributes vs STREAM_ATTRIBUTES

Applies to: STREAM_ATTRIBUTES and STREAM_ID.