System.Data.TableStructureCollection.this C# (CSharp) Метод

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

public this ( int i ) : TableStructure
i int
Результат TableStructure
		public TableStructure this [int i] {
			get { return List [i] as TableStructure; }
		}

Same methods

TableStructureCollection::this ( string name ) : TableStructure
TableStructureCollection