C# 클래스 Simple.Data.TupleToDictionaryTransformer

상속: IResultTransformer
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
TransformList ( System collection ) : System.Collections.IList
TransformTuple ( object tuple, string aliases ) : object

메소드 상세

TransformList() 공개 메소드

public TransformList ( System collection ) : System.Collections.IList
collection System
리턴 System.Collections.IList

TransformTuple() 공개 메소드

public TransformTuple ( object tuple, string aliases ) : object
tuple object
aliases string
리턴 object