C# Class CodingPractice.LinkedList.LinkedList.ListNode

Show file Open project: cabhishek/algorithms-datastructures Class Usage Examples

Public Properties

Property Type Description
info IComparable
next ListNode

Property Details

info public property

public IComparable info
return IComparable

next public property

public ListNode next
return ListNode