Children.this C# (CSharp) Метод

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

public this ( int index ) : Child
index int
Результат Child
        public Child this[int index]
        {
             get { return new Child(self.Elements("Name").ElementAt(index)); }
        }
    

Same methods

Children::this ( string name ) : Child