ABB.Swum.UnigramMethodRule.MakeClassification C# (CSharp) Метод

MakeClassification() защищенный абстрактный Метод

Performs further rule testing beyond the InClass method. InClass tests whether the node is a MethodDeclarationNode, parses the node name, strips the preamble, tags digits and prepositions, then calls this method.
protected abstract MakeClassification ( MethodDeclarationNode node ) : bool
node ABB.Swum.Nodes.MethodDeclarationNode The MethodDeclarationNode to test.
Результат bool
        protected abstract bool MakeClassification(MethodDeclarationNode node);