Microsoft.Zing.InvokePluginStatement.InvokePluginStatement C# (CSharp) Method

InvokePluginStatement() public method

public InvokePluginStatement ( ) : System.Collections.Generic
return 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