Microsoft.Zing.InvokePluginStatement.InvokePluginStatement C# (CSharp) Метод

InvokePluginStatement() публичный Метод

public InvokePluginStatement ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public InvokePluginStatement()
            : base((NodeType)ZingNodeType.InvokePlugin)
        {
        }

Same methods

InvokePluginStatement::InvokePluginStatement ( ExpressionList operands ) : System.Collections.Generic
InvokePluginStatement::InvokePluginStatement ( ExpressionList operands, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
InvokePluginStatement