C# Class StoryTeller.Engine.Reflection.ExpressionsExtensions

显示文件 Open project: adymitruk/storyteller

Public Methods

Method Description
GetKey ( this elementName, string prefix ) : string
ToCell ( this accessor ) : Cell

Method Details

GetKey() public static method

public static GetKey ( this elementName, string prefix ) : string
elementName this
prefix string
return string

ToCell() public static method

public static ToCell ( this accessor ) : Cell
accessor this
return Cell