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

this() public méthode

public this ( string name ) : object
name string
Résultat object
		public object this [string name] {
			get { return Get (name); }
			set { Set (name, value); }
		}

Same methods

HttpApplicationState::this ( int index ) : object