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
Type | Name |
---|---|
ServiceStack.Script.JsBlockStatement | 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