Server.KeywordList.KeywordList C# (CSharp) 메소드

KeywordList() 공개 메소드

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