Rsdn.LocUtil.Model.RootCategory.RootCategory C# (CSharp) Méthode

RootCategory() public méthode

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