예제 #1
0
파일: Program.cs 프로젝트: dedsanta/ulearn
 static void ProcessStruct2(MyStruct str)
 {
     str.myObject.classField = 10;
 }