PageElseBlock
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class PageElseBlock : PageFragment
Properties
Argument
View Source
Declaration
public ReadOnlyMemory<char> Argument { get; }
Body
View Source
Declaration
public PageFragment[] Body { get; }
Methods
Equals(PageElseBlock)
View Source
Declaration
protected bool Equals(PageElseBlock other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Script.PageElseBlock | 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