Show / Hide Table of Contents

Interface IPGNOutputFormatter

Allows to extend the PGN output by custom comments

Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public interface IPGNOutputFormatter

Methods

| Improve this Doc View Source

Comment(ExtendedMove)

Allows to enhance a move by a comment, which will be stored in PGN output

Declaration
string Comment(ExtendedMove move)
Parameters
Type Name Description
ExtendedMove move

The extended move

Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX