void Test(int a, int b) // Parameter
{
}
void Start()
{
Test(50,40) //Argument
}
'C#' 카테고리의 다른 글
| type (0) | 2022.06.23 |
|---|---|
| Deep Copy (0) | 2022.06.22 |
| 리플렉션 (0) | 2022.06.22 |
| template method (0) | 2022.06.21 |
| EventHandler (0) | 2022.06.21 |
void Test(int a, int b) // Parameter
{
}
void Start()
{
Test(50,40) //Argument
}
| type (0) | 2022.06.23 |
|---|---|
| Deep Copy (0) | 2022.06.22 |
| 리플렉션 (0) | 2022.06.22 |
| template method (0) | 2022.06.21 |
| EventHandler (0) | 2022.06.21 |