Show / Hide Table of Contents

Class css3Parser.FontFaceDeclarationContext

Inheritance
System.Object
css3Parser.FontFaceDeclarationContext
css3Parser.KnownFontFaceDeclarationContext
css3Parser.UnknownFontFaceDeclarationContext
Namespace: GCore.Antlr.Grammers.Css3
Assembly: Css3.dll
Syntax
public class FontFaceDeclarationContext : ParserRuleContext

Constructors

| Improve this Doc View Source

FontFaceDeclarationContext()

Declaration
public FontFaceDeclarationContext()
| Improve this Doc View Source

FontFaceDeclarationContext(ParserRuleContext, Int32)

Declaration
public FontFaceDeclarationContext(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(css3Parser.FontFaceDeclarationContext)

Declaration
public virtual void CopyFrom(css3Parser.FontFaceDeclarationContext context)
Parameters
Type Name Description
css3Parser.FontFaceDeclarationContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX