Rsdn.LocUtil.Model.RootCategory.RootCategory C# (CSharp) 메소드

RootCategory() 공개 메소드

Инициализирует экземпляр.
public RootCategory ( string treeName ) : System
treeName string
리턴 System
		public RootCategory(string treeName)
			: base(null, null)
		{
			_treeName = treeName;
		}