Microsoft.Zing.SendStatement.SendStatement C# (CSharp) Méthode

SendStatement() public méthode

public SendStatement ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public SendStatement()
            : base((NodeType)ZingNodeType.Send)
        {
        }

Same methods

SendStatement::SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data ) : System.Collections.Generic
SendStatement::SendStatement ( System.Compiler.Expression channel, System.Compiler.Expression data, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
SendStatement