Class BlockExcerptExtensions
The extension methods for IBlockExcerpt.
Namespace: Libplanet.Blocks
Assembly: Libplanet.dll
Syntax
public static class BlockExcerptExtensions : object
Methods
| Improve this Doc View SourceExcerptEquals(IBlockExcerpt, IBlockExcerpt)
Declaration
public static bool ExcerptEquals(this IBlockExcerpt excerpt, IBlockExcerpt other)
Parameters
Type | Name | Description |
---|---|---|
IBlockExcerpt | excerpt | |
IBlockExcerpt | other |
Returns
Type | Description |
---|---|
Boolean |
ToExcerptString(IBlockExcerpt)
Shows IBlockExcerpt instance's members as a string.
Declaration
public static string ToExcerptString(this IBlockExcerpt excerpt)
Parameters
Type | Name | Description |
---|---|---|
IBlockExcerpt | excerpt | An excerpt object to show. |
Returns
Type | Description |
---|---|
String | Extracted members as a string. |