System.Web.UI.Control.EnsureControlsCache C# (CSharp) Méthode

EnsureControlsCache() private méthode

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

			InitControlsCache ();

			FillControlCache (_controls);
		}