Class BencodexExtension
Namespace: Libplanet
Assembly: Libplanet.dll
Syntax
public static class BencodexExtension : object
Methods
| Improve this Doc View SourceGetValue<T>(Dictionary, String)
Declaration
public static T GetValue<T>(this Dictionary dictionary, string name)
where T : IValue
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary | dictionary | |
| String | name |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |