Delegate EntryInserter
- Namespace
- NOpenNLP.Tools.Dictionary.Serializer
- Assembly
- NOpenNLP.Tools.dll
NOpenNLP: upstream declares this as a single-method interface, which the call sites implement with lambdas. It is expressed as a delegate here, which is the idiomatic .NET equivalent and keeps those call sites intact.
public delegate void EntryInserter(Entry entry)
Parameters
entryEntry