C# Class CodingPractice.Queues.LinkedQueue.QueueNode

Show file Open project: cabhishek/algorithms-datastructures

Public Properties

Property Type Description
info object
link QueueNode

Property Details

info public property

public object info
return object

link public property

public QueueNode link
return QueueNode