Server.KeywordList.KeywordList C# (CSharp) Méthode

KeywordList() public méthode

public KeywordList ( )
		public KeywordList()
		{
			m_Keywords = new int[8];
			m_Count = 0;
		}