C# Class Parse.Queries.ExpressionExtensions

Mostrar archivo Open project: karlseguin/parse-dotnet

Public Methods

Method Description
GetMemberName ( this expression ) : string
GetValue ( this expression ) : object

Method Details

GetMemberName() public static method

public static GetMemberName ( this expression ) : string
expression this
return string

GetValue() public static method

public static GetValue ( this expression ) : object
expression this
return object