Microsoft.Protocols.TestSuites.SharedAdapter.ContentTagKnowledge.ContentTagKnowledge C# (CSharp) Method

ContentTagKnowledge() public method

Initializes a new instance of the ContentTagKnowledge class.
public ContentTagKnowledge ( ) : System.Collections.Generic
return System.Collections.Generic
        public ContentTagKnowledge()
            : base(StreamObjectTypeHeaderStart.ContentTagKnowledge)
        {
            this.ContentTagEntryArray = new List<ContentTagKnowledgeEntry>();
        }