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
| Type | Name | 
|---|---|
| ServiceStack.Script.JsExpressionStatement | other | 
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
| Type | Name | 
|---|---|
| System.Object | obj | 
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32