示例#1
0
 public static void RegisterType(UInt32 typeId,
                                 Type type, CacheableWrapperDelegate wrapperDelegate, Type dotnetType)
 {
     m_registeredValueTypeIdMap[typeId]    = wrapperDelegate;
     m_typeIdNameMap[typeId]               = type;
     m_dotnetTypeVsCKWDelegate[dotnetType] = typeId;
 }
示例#2
0
 public static void RegisterType(UInt32 typeId,
                                 Type type, CacheableWrapperDelegate wrapperDelegate)
 {
     m_registeredValueTypeIdMap[typeId] = wrapperDelegate;
     m_typeIdNameMap[typeId]            = type;
 }