Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

[Gen] Fix up array parameters #63

Merged
merged 1 commit into from
Jul 24, 2018
Merged

[Gen] Fix up array parameters #63

merged 1 commit into from
Jul 24, 2018

Conversation

Therzok
Copy link
Contributor

@Therzok Therzok commented Jul 24, 2018

No description provided.

}

static IEnumerable<IMemberGeneratable> GetMemberGeneratables (this IGeneratable gen)
{
return Utils.GetAllCollectionMembers<IMemberGeneratable> (gen);
}
}

public class BuildParametersResult
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we name this ParametersResult instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Therzok Therzok merged commit 3a6fb0b into master Jul 24, 2018
@Therzok Therzok deleted the array-method branch July 24, 2018 17:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants