using System; namespace SharpVectors.Dom { /// /// Summary description for IComment. /// public interface IComment : ICharacterData { } }