Пример #1
0
 public static CodeTypeReference GetPrimitiveVectorOfVectorPropertyType(this D2OFieldValueType type)
 => new CodeTypeReference($"List<List<{type.GetPrimitiveFieldString()}>>");
Пример #2
0
 public static CodeTypeReference GetPrimitiveVectorPropertyType(this D2OFieldValueType type) // avoid full Namespace
 => new CodeTypeReference($"List<{type.GetPrimitiveFieldString()}>");