Beispiel #1
0
 public void TestMethod(string notExistString, long notExistLong, bool notExistBool, Reason nonExistReason, StructArg nonExistStructArg)
 {
     NotExistString    = notExistString;
     NotExistLong      = notExistLong;
     NotExistBool      = notExistBool;
     NonExistReason    = nonExistReason;
     NonExistStructArg = nonExistStructArg;
 }
Beispiel #2
0
 public void TestMethod(StructArg reason)
 {
     Reason = reason;
 }