Show / Hide Table of Contents

Class BlockExcerptExtensions

The extension methods for IBlockExcerpt.

Inheritance
Object
BlockExcerptExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public static class BlockExcerptExtensions

Methods

| Improve this Doc View Source

ExcerptEquals(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
| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium