14 15 16 17 18
# File 'lib/wwmd/viewstate/viewstate_deserializer_methods.rb', line 14 def type(t=nil) typeref,typeval = self.deserialize_type dlog(t,"typeref = 0x#{typeref.to_s(16)} typeval = #{typeval}") VSStubs::VSType.new(typeref,typeval) end