Ejemplo n.º 1
0
 internal Parameter(ParamRow *pRow, Parameter signatureParam)
 {
     //TODO: Implement this
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 internal Parameter(ParamRow *pRow, Type returnType)
 {
     //TODO: Implement this
     throw new NotImplementedException();
 }