Managed Vs unmanaged C++ CLI

can someone help me to convert this code to a managed code please

struct token_t
{
TokenTypes_t TokenType;

string TokenString;

union
{
Keyword_t KeywordID;
int IntVal;

char CharVal;
Operator_t OprID;

};
};
Topic archived. No new replies allowed.