Esempio n. 1
0
 public static object get_RefType(TestStruct testStruct)
 {
     return(testStruct.RefType);
 }
Esempio n. 2
0
 public static string get_RefTypeAsString(TestStruct testStruct)
 {
     return(testStruct.RefType.ToString());
 }
Esempio n. 3
0
 public static string get_Name(TestStruct testStruct)
 {
     return(testStruct.Name);
 }
Esempio n. 4
0
 public static int?get_NullableInt(TestStruct testStruct)
 {
     return(testStruct.NullableInt);
 }
Esempio n. 5
0
 public static int get_Count(TestStruct testStruct)
 {
     return(testStruct.Count);
 }
Esempio n. 6
0
 public static string get_CountAsString(TestStruct testStruct)
 {
     return(testStruct.Count.ToString());
 }