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