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

EnsureControlsCache() private method

private EnsureControlsCache ( ) : void
return void
		void EnsureControlsCache ()
		{
			if (_controlsCache != null)
				return;

			InitControlsCache ();

			FillControlCache (_controls);
		}