Interface IAbstractNote
Interface for objects that provide an abstract description or note.
public interface IAbstractNote
- Extension Methods
Properties
AbstractNote
Gets a descriptive note or abstract about the object.
string AbstractNote { get; }