---
title: "How to implement concept of pointer in c#."  
description: "How to implement concept of pointer in c#."  
author: "James Smith"  
published: 2011-05-20  
updated: 2011-05-20  
canonical: https://www.mindstick.com/forum/254/how-to-implement-concept-of-pointer-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How to implement concept of pointer in c#.

Hi..\
I would like to know that how to implement [concept](https://www.mindstick.com/blog/79/routing-concept-in-dot-net) of [pointer in c](https://answers.mindstick.com/qa/104680/what-is-a-pointer-in-c)#.

## Replies

### Reply by Anonymous User

We can use concept of [pointer](https://www.mindstick.com/articles/11/pointers) in c# by using delegates and unsafe keyword.


---

Original Source: https://www.mindstick.com/forum/254/how-to-implement-concept-of-pointer-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
