Skip to main content

JsExpressionStatement

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class JsExpressionStatement : JsStatement

Properties

Expression

View Source
Declaration
public JsToken Expression { get; }

Methods

Equals(JsExpressionStatement)

View Source
Declaration
protected bool Equals(JsExpressionStatement other)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Script.JsExpressionStatementother

Equals(Object)

View Source
Declaration
public override bool Equals(object obj)
Returns

System.Boolean

Parameters
TypeName
System.Objectobj

GetHashCode()

View Source
Declaration
public override int GetHashCode()
Returns

System.Int32