示例#1
0
 internal static string ToSerializedValue(this Rarity?value)
 {
     return(value?.ToSerializedValue());
 }