Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8782189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:30:39+00:00 2026-06-13T20:30:39+00:00

I have a graphing class to detect circular dependencies in some business logic I

  • 0

I have a graphing class to detect circular dependencies in some business logic I am writing. My graphing class builds nodes that knows the relationship to other nodes.

I have nodeList as List(of Objects) each having a List(of String)

I was thinking that the below line of code would yield the correct sorting. I thought wrong.

nodeList.OrderByDescending(Function(x) x.Count)

I want to reorder my nodeList in descending order by the List(of String).Count.

my List(of Object)
(0) | Count = 3
(1) | Count = 5
(2) | Count = 2

My desired output List(of Object)
(0) | Count = 5
(1) | Count = 3
(2) | Count = 2
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:30:42+00:00Added an answer on June 13, 2026 at 8:30 pm

    OrderByDescending does not reorder the list in-place. It returns an enumerator that you can use to get a new ordered list. You need to use .ToList() to replace the original list:

     nodeList = nodeList.OrderByDescending(Function(x) x.Count).ToList()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on projects that deal with 2-Dimensional graphing, UML diagramming and
I am thinking of using wxMathPlot for plotting/graphing some data that arrives continuously. I
I have a project that will requiring graphing data (with Python). rrdtool seems to
I have a script that does graphing, using jqplot . It works fine when
In Python, I have a Graph class that has a dictionary of vertex objects.
I have a graphing calculator app that can graph basic trig functions like sin
I have been looking for a good server side graphing / charting library that
have written this little class, which generates a UUID every time an object of
I have a couple of HP M5 servers that I've been collecting temperature reference
I've written some basic graphing software in Clojure/Java using drawLine() on the graphics context

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.