Skip to content

Commit 34e491b

Browse files
Create PushFuture.md
1 parent fa54b63 commit 34e491b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/Stack/PushFuture.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PushFuture() Method
2+
3+
## Definition
4+
Advances the pointer to the next element as if the element had been added.
5+
6+
```C#
7+
public void PushFuture()
8+
```
9+
10+
## Exceptions
11+
12+
```C#
13+
Exception
14+
```
15+
If there is no place for the element in the collection

0 commit comments

Comments
 (0)