P
P
Poollool2021-11-09 21:46:14
C++ / C#
Poollool, 2021-11-09 21:46:14

What does this mean?

public string name => this.name

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2021-11-09
@Poollool

public string Name
{
   get
   {
       return this.name;
   }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question