System.Web.UI.Control.EnsureControlsCache C# (CSharp) 메소드

EnsureControlsCache() 개인적인 메소드

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

			InitControlsCache ();

			FillControlCache (_controls);
		}