C# Class Antmicro.Migrant.Utilities.SwapList.SwapListItem

Datei anzeigen Open project: antmicro/Migrant

Public Methods

Method Description
SwapListItem ( Type key, Delegate value, Delegate>.Func creator, int id ) : System
With ( int nextElementIndex = null, Delegate value = null ) : SwapListItem

Method Details

SwapListItem() public method

public SwapListItem ( Type key, Delegate value, Delegate>.Func creator, int id ) : System
key System.Type
value System.Delegate
creator Delegate>.Func
id int
return System

With() public method

public With ( int nextElementIndex = null, Delegate value = null ) : SwapListItem
nextElementIndex int
value System.Delegate
return SwapListItem