Antmicro.Migrant.Utilities.SwapList.GetByIndex C# (CSharp) Method

GetByIndex() public method

Gets a delegate by an index.
public GetByIndex ( int index ) : Delegate
index int The index of the element.
return System.Delegate
        public Delegate GetByIndex(int index)
        {
            return items[index].Value;
        }