What is the meaning of “this” in C#

前端 未结 8 1267
猫巷女王i
猫巷女王i 2020-12-07 01:44

Could anyone please explain the meaning \"this\" in C#?

Such as:

// complex.cs
using System;

public struct Complex 
{
   public int real;
   public          


        
8条回答
提交回复
热议问题