Lines Matching refs:t1
136 Dim t1 As Type = val1.GetType()
138 If t1.IsArray()
145 ElseIf t1.GetInterfaces().Length > 0 And Not t1.IsValueType
148 ElseIf Not t1.IsValueType
154 ElseIf t1.IsValueType
166 Dim t1 As Type = ar1.GetType()
170 And ar1.Length = ar2.Length And t1.GetElementType().Equals(t2.GetElementType())))
175 Dim elemType As Type = t1.GetElementType()
190 Dim t1 As Type = val1.GetType()
192 If Not t1.Equals(t2)
195 Dim fields() As FieldInfo = t1.GetFields()