bool HasStruct(int tokenId) { if (tokenId >= TokenCount) { return(false); } return(_curDomain.HasStruct(tokenId)); }