Antmicro.Migrant.Utilities.SwapList.GetByIndex C# (CSharp) Метод

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

Gets a delegate by an index.
public GetByIndex ( int index ) : Delegate
index int The index of the element.
Результат System.Delegate
        public Delegate GetByIndex(int index)
        {
            return items[index].Value;
        }