---
title: "What’s the implicit name of the parameter that gets passed into the class’s set method?"  
description: "What’s the implicit name of the parameter that gets passed into the class’s set method?"  
author: "Sumit Kesarwani"  
published: 2013-06-15  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1779/what-s-the-implicit-name-of-the-parameter-that-gets-passed-into-the-class-s-set-method  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What’s the implicit name of the parameter that gets passed into the class’s set method?

Value, and it’s datatype depends on whatever variable we’re changing.

## Answers

### Answer by Sumit Kesarwani

Value, and it’s datatype depends on whatever variable we’re changing.


---

Original Source: https://www.mindstick.com/interview/1779/what-s-the-implicit-name-of-the-parameter-that-gets-passed-into-the-class-s-set-method

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
