C# Class CodingPractice.LinkedList.LinkedList.ListNode

Mostrar archivo Open project: cabhishek/algorithms-datastructures Class Usage Examples

Public Properties

Property Type Description
info IComparable
next ListNode

Property Details

info public_oe property

public IComparable info
return IComparable

next public_oe property

public ListNode next
return ListNode