A record that implements this interface has a value.
using EditorStatistics; public class MyRecord : IRecord, IValueRecord { public string GetValue() { return "My Value"; } }
Last updated 3 months ago