Skip to main content

JsBlockStatement

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

Properties

Statements

View Source
Declaration
public JsStatement[] Statements { get; }

Methods

Equals(JsBlockStatement)

View Source
Declaration
protected bool Equals(JsBlockStatement other)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Script.JsBlockStatementother

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