ListStructure
ListStructure class
The list structure.
public sealed class ListStructure : OSTypeStructure
Constructors
Properties
Name |
Description |
ItemsCount { get; } |
Gets the items count. |
override Key { get; } |
Gets the structure key. |
KeyName { get; set; } |
Gets or sets the key name. |
override Length { get; } |
Gets the OSTypeStructure length in bytes. |
Types { get; set; } |
Gets or sets the types. |
Methods
Name |
Description |
virtual GetHeaderLength() |
Gets the header length. |
Save(StreamContainer) |
Saves the structure to the specified stream container. |
SaveWithoutKeyName(StreamContainer) |
Saves the structure to the specified stream container. |
Fields
Name |
Description |
const StructureKey |
Identifies the structure key. |
See Also