System.Windows.Data.StandardCollectionViewGroup.DecrementCount C# (CSharp) 메소드

DecrementCount() 개인적인 메소드

private DecrementCount ( ) : void
리턴 void
		internal void DecrementCount ()
		{
			ProtectedItemCount --;
			if (Parent != null)
				Parent.DecrementCount ();
		}