---
title: "Can “this” be used within a static method?"  
description: "Can “this” be used within a static method?"  
author: "Sumit Kesarwani"  
published: 2013-11-13  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1818/can-this-be-used-within-a-static-method  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Can “this” be used within a static method?

No “This” cannot be used in a static method. As only static variables/methods can be used in a static method.

## Answers

### Answer by Sumit Kesarwani

No “This” cannot be used in a static method. As only static variables/methods can be used in a static method.


---

Original Source: https://www.mindstick.com/interview/1818/can-this-be-used-within-a-static-method

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
