ABB.Swum.NullTagger.TagType C# (CSharp) Method

TagType() public method

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