Skip to content

Commit 3c1b8d9

Browse files
Create TopFuture.md
1 parent 5e976ed commit 3c1b8d9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/Stack/TopFuture.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# TopFuture() Method
2+
3+
## Definition
4+
Return pointer to future the element from the top of the stack.
5+
6+
```C#
7+
public void* TopFuture()
8+
```
9+
10+
## Return
11+
`void*`
12+
13+
Pointer to future the element from the top of the stack. For collections on primitive types return type is `{ItemType}*` instead of `void*`.
14+
15+
## Exceptions
16+
17+
```C#
18+
Exception
19+
```
20+
21+
If Future element not available

0 commit comments

Comments
 (0)