Interface IDocumented
Represents an object that contains general information on an instance, such as IMetadata.
public interface IDocumented
Properties
Metadata
Gets the metadata of the instance. This metadata may be useful for debugging or logging.
IMetadata Metadata { get; }