[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| Message(MessageType) | Creates a new empty writable Message with a particular MessageType and the default initial
capacity. Used when writing messages to a stream. | |
| Message(MessageType, Int32) | Creates a new empty writable Message with with a particular MessageType and a particular initial
capacity. Used when writing messages to a stream. | |
| Message(MessageType, array<Byte>[]()[][]) |
Creates a new message of a particular type holding preset data.
|