A record that implements this interface has a description set.
using EditorStatistics; public class MyRecord : IRecord, IDescriptiveRecord { public string Description => "My Description"; }
Last updated 6 months ago