Table of Contents

Class AnyMetaGrammar.UriRule

Namespace
NMF.AnyText.AnyMeta
Assembly
NMF.AnyText.AnyMeta.dll

A rule class representing the rule 'Uri'

public class AnyMetaGrammar.UriRule : ConvertRule<Uri>
Inheritance
AnyMetaGrammar.UriRule
Inherited Members

Methods

Initialize(GrammarContext)

Initializes the current grammar rule

public override void Initialize(GrammarContext context)

Parameters

context GrammarContext

the grammar context in which the rule is initialized

Remarks

Do not modify the contents of this method as it will be overridden as the contents of the Metamodel file change.