Added GetCount Method to Queue
This commit is contained in:
@ -66,5 +66,10 @@
|
||||
}
|
||||
return default;
|
||||
}
|
||||
|
||||
public int GetCount()
|
||||
{//Return the number of items in the list
|
||||
return Count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user