System.CodeDom.Compiler.CompilerCollection.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : System.CodeDom.Compiler.Compiler
index int
Результат System.CodeDom.Compiler.Compiler
		public Compiler this[int index] {
			get { return (Compiler) BaseGet (index); }
		}

Same methods

CompilerCollection::this ( string language ) : CompilerInfo