Class iso8601Parser.YearContext
Inheritance
System.Object
iso8601Parser.YearContext
Assembly: Iso8601.dll
Syntax
public class YearContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
YearContext()
Declaration
|
Improve this Doc
View Source
YearContext(ParserRuleContext, Int32)
Declaration
public YearContext(ParserRuleContext parent, int invokingState)
Parameters
Type |
Name |
Description |
ParserRuleContext |
parent |
|
System.Int32 |
invokingState |
|
Properties
|
Improve this Doc
View Source
RuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CopyFrom(iso8601Parser.YearContext)
Declaration
public virtual void CopyFrom(iso8601Parser.YearContext context)
Parameters