Element Properties |
The Element type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
Gets the EBML ID.
| |
| Length |
Gets the total length of the element (including ID/size field), set after calling GetBytes.
| |
| Size |
Gets the size of the element (excluding ID/size field), set after calling GetBytes.
| |
| SizeLength |
Gets or sets the length of the size field, in bytes.
Defaults to zero (variable size).
| |
| WriteDefaultValues |
Gets or sets whether to include default values
when serializing.
|