/// <summary> /// Sets the EventAccessorCall edge. /// </summary> /// <param name="node">[in] The new end point of the EventAccessorCall edge.</param> /// <exception cref="Columbus.Csharp.Asg.CsharpException">Throws CsharpException if there's something wrong with the given node.</exception> public void setEventAccessorCall(Columbus.Csharp.Asg.Nodes.Structure.AccessorDeclarationSyntax node) { if (m_EventAccessorCall != 0) { } m_EventAccessorCall = node.Id; }
// ---------- Edge setter function(s) ---------- /// <summary> /// Adds a new Accessors edge to the node and inserts it after the other ones. /// </summary> /// <param name="node">[in] The end point of the new Accessors edge.</param> /// <exception cref="Columbus.Csharp.Asg.CsharpException">Throws CsharpException if there is something wrong with the given node.</exception> public void addAccessors(Columbus.Csharp.Asg.Nodes.Structure.AccessorDeclarationSyntax node) { addAccessors(node.Id); }