Class BlockExcerptExtensions
The extension methods for IBlockExcerpt.
Inherited Members
System.Object.GetType()
System.Object.ToString()
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public static class BlockExcerptExtensions
Methods
| Improve this Doc View SourceExcerptEquals(IBlockExcerpt, IBlockExcerpt)
The extension methods for IBlockExcerpt.
Declaration
public static bool ExcerptEquals(this IBlockExcerpt excerpt, IBlockExcerpt other)
Parameters
Type | Name | Description |
---|---|---|
IBlockExcerpt | excerpt | |
IBlockExcerpt | other |
Returns
Type | Description |
---|---|
System.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. |