ABB.Swum.NullTagger.TagType C# (CSharp) Méthode

TagType() public méthode

Does nothing; simply returns
public TagType ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
Résultat void
        public override void TagType(PhraseNode parsedName)
        {
            return;
        }