Added todo
This commit is contained in:
@@ -76,7 +76,7 @@ namespace CodeGenerator {
|
||||
new CodeAttributeArgument(new CodePrimitiveExpression(type.IdxType)),
|
||||
new CodeAttributeArgument(new CodePrimitiveExpression(type.Type))
|
||||
));
|
||||
|
||||
//TODO: when encountering a list, run trough the fields to find a count/lenght or similar data.
|
||||
foreach (var field in type.Fields) {
|
||||
if (field.Name.Contains("*")) {
|
||||
referencePointer = true;
|
||||
|
||||
Reference in New Issue
Block a user