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