Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Clarify again
Browse files Browse the repository at this point in the history
  • Loading branch information
Warpten committed Aug 7, 2016
1 parent 7a47f4d commit b2625cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Due to the nature of the WDB5 format, arrays do not *always* need an explicit si

However, the library has difficulty to determine the size of arrays at the end of the record, because every record in a WDB5 file is aligned to the size of its largest field. You **will** need to decorate your array with `MarshalAsAttribute` most of the time, but if all the fields in that file are of the same size, the attribute will be ignored.

To put it simply, decorating an array with `MarshaAsAttribute` is necessary if your structure ends with an array.
To put it simply, decorating an array with `MarshalAsAttribute` is necessary if your structure ends with that array.

```c#
public sealed class AreaTableEntry
Expand Down

0 comments on commit b2625cf

Please sign in to comment.