DiagramToolElement.GetTool C# (CSharp) Method

GetTool() public method

public GetTool ( ) : DiagramTool,
return DiagramTool,
    public DiagramTool GetTool()
    {
        return tool;
    }