Server.Commands.CategoryEntry.CategoryEntry C# (CSharp) Méthode

CategoryEntry() public méthode

public CategoryEntry ( ) : System
Résultat System
		public CategoryEntry()
		{
			m_Title = "(empty)";
			m_Matches = new Type[0];
			m_SubCategories = new CategoryEntry[0];
			m_Matched = new ArrayList();
		}

Same methods

CategoryEntry::CategoryEntry ( CategoryEntry parent, CategoryLine lines, int &index ) : System
CategoryEntry::CategoryEntry ( CategoryEntry parent, string title, CategoryEntry subCats ) : System