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()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Blocks
Assembly: Libplanet.dll
Syntax
public static class BlockExcerptExtensions

Methods

| Improve this Doc View Source

ExcerptEquals(IBlockExcerpt, IBlockExcerpt)

Declaration
public static bool ExcerptEquals(this IBlockExcerpt excerpt, IBlockExcerpt other)
Parameters
Type Name Description
IBlockExcerpt excerpt
IBlockExcerpt other
Returns
Type Description
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–2021 Planetarium