System.CodeDom.Compiler.CompilerCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : System.CodeDom.Compiler.Compiler
index int
return System.CodeDom.Compiler.Compiler
		public Compiler this[int index] {
			get { return (Compiler) BaseGet (index); }
		}

Same methods

CompilerCollection::this ( string language ) : CompilerInfo