Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probable typo in RDomParameter #97

Closed
wwrafter opened this issue Jan 12, 2015 · 1 comment
Closed

Probable typo in RDomParameter #97

wwrafter opened this issue Jan 12, 2015 · 1 comment
Labels

Comments

@wwrafter
Copy link

First constructor:
public RDomParameter( string name, string typeName,
int ordinal = 0, bool isOut = false, bool isRef = false,
bool isParamArray = false)
: this(name, name, null,
LiteralKind.Unknown, null, ordinal, isOut, isRef, isParamArray)
{ }

This:
: this(name, name, null,
Should probably be:
: this(name, typeName, null,

KathleenDollard pushed a commit that referenced this issue Jan 17, 2015
@KathleenDollard
Copy link
Owner

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants