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

SetDefaultActionAndTheme() защищенный метод

Sets the Action and Theme properties of the given MethodDeclarationNode using the default algorithms. This also sets the node's SecondaryArguments and UnknownArguments properties.
protected SetDefaultActionAndTheme ( MethodDeclarationNode node ) : void
node ABB.Swum.Nodes.MethodDeclarationNode The MethodDeclarationNode to set the Action and Theme on.
Результат void
        protected void SetDefaultActionAndTheme(MethodDeclarationNode node)
        {
            node.Action = GetVerbPhrase(node.ParsedName, node.Preamble);
            SetPrepositionThemeAndArguments(node);
        }