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