public RuntimeTypeHandle GetTypeHandle(TypeId_I zTypeId) { XTypeIdentification.GetTypeHandle(zTypeId, out RuntimeTypeHandle typeHandle); return(typeHandle); }
public bool GetTypeHandle(TypeId_I id, out RuntimeTypeHandle typeHandle) { return(XTypeIdentification.GetTypeHandle(id, out typeHandle)); }