A bencode list.
BList
01 Syntax
Microsoft.VisualBasic.Serialization.Bencoding.BList
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToBencodedString | 2 | Generates the bencoded equivalent of the list. |
| Add | 2 | Adds the specified value to the list. |
03 Members
ToBencodedString
Generates the bencoded equivalent of the list.
Returns
The bencoded equivalent of the list.
ToBencodedString(
StringBuilder)Generates the bencoded equivalent of the list.
Parameters
| Name | Type | Description |
|---|---|---|
u | StringBuilder | The StringBuilder to append to. |
Returns
The bencoded equivalent of the list.
Add(
String)Adds the specified value to the list.
Parameters
| Name | Type | Description |
|---|---|---|
value | String | The specified value. |
Add(
Int32)Adds the specified value to the list.
Parameters
| Name | Type | Description |
|---|---|---|
value | Int32 | The specified value. |