Changeset e15891a3316a7b2c3fc0480fd5ff8f18858d8802
- Timestamp:
- 01/28/08 17:58:49
(7 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201539529 +0000
- git-parent:
[c76522a3f0c114553badde7781bc70194c991719]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201539529 +0000
- Message:
Cannot seal a struct
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra2aa6ae |
re15891a |
|
| 31 | 31 | */ |
|---|
| 32 | 32 | [StructLayout (LayoutKind.Sequential)] |
|---|
| 33 | | public sealed struct U8String |
|---|
| | 33 | public struct U8String |
|---|
| 34 | 34 | { |
|---|
| 35 | 35 | public byte[] mb_str; |
|---|