Пример #1
0
 private static TestStruct Test2()
 {
     return(TestStruct.Create());
 }
Пример #2
0
 private static TestStruct Test3(TestStruct t)
 {
     t.Limit = 0;
     return(t);
 }
Пример #3
0
 private static TestStruct Test3(TestStruct t)
 {
     t.Limit = 0;
     return t;
 }