System.Windows.Data.StandardCollectionViewGroup.StandardCollectionViewGroup C# (CSharp) Method

StandardCollectionViewGroup() public method

public StandardCollectionViewGroup ( StandardCollectionViewGroup parent, object name, int depth, bool isBottomLevel, SortDescriptionCollection sorters ) : System
parent StandardCollectionViewGroup
name object
depth int
isBottomLevel bool
sorters SortDescriptionCollection
return System
		public StandardCollectionViewGroup (StandardCollectionViewGroup parent, object name, int depth, bool isBottomLevel, SortDescriptionCollection sorters)
			: base (name)
		{
			this.isBottomLevel = isBottomLevel;
			Depth = depth;
			Parent = parent;
			Sorters = sorters;
		}