System.Web.HttpApplicationState.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : object
index int
Résultat object
		public object this [int index] {
			get { return Get (index); }
		}

Same methods

HttpApplicationState::this ( string name ) : object