Show / Hide Table of Contents

Class BlockExcerpt

The extension methods for IBlockExcerpt.

Inheritance
Object
BlockExcerpt
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 BlockExcerpt

Methods

| 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