简体中文
主题
在.csproj中的元数据项均以字符串格式填写,程序会自动转换为你预先设计的类型
.csproj
请查阅: 编写插件元数据
string
string[]
int
int?
int[]
uint
uint?
uint[]
short
short?
short[]
ushort
ushort?
ushort[]
long
long?
long[]
ulong
ulong?
ulong[]
bool
bool?
bool[]
float
float?
float[]
double
double?
double[]
decimal
decimal?
decimal[]