Rsdn.LocUtil.Model.RootCategory.RootCategory C# (CSharp) Method

RootCategory() public method

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