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 SourceComment(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 |