BExIS.Ddm.Model.Category.Category C# (CSharp) Method

Category() public method

public Category ( ) : System.Collections.Generic
return System.Collections.Generic
        public Category()
        {
            this.Type = SearchComponentBaseType.Category;
        }
Category