System.Web.UI.Control.ClearChildViewState C# (CSharp) Method

ClearChildViewState() protected method

protected ClearChildViewState ( ) : void
return void
		protected void ClearChildViewState ()
		{
			pendingVS = null;
		}