C# 클래스 Antmicro.Migrant.Utilities.SwapList.SwapListItem

파일 보기 프로젝트 열기: antmicro/Migrant

공개 메소드들

메소드 설명
SwapListItem ( Type key, Delegate value, Delegate>.Func creator, int id ) : System
With ( int nextElementIndex = null, Delegate value = null ) : SwapListItem

메소드 상세

SwapListItem() 공개 메소드

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

With() 공개 메소드

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