예제 #1
0
파일: Parameter.cs 프로젝트: scottwis/tiny
 internal Parameter(ParamRow* pRow, Parameter signatureParam)
 {
     //TODO: Implement this
     throw new NotImplementedException();
 }
예제 #2
0
파일: Parameter.cs 프로젝트: scottwis/tiny
 internal Parameter(ParamRow* pRow, Type returnType)
 {
     //TODO: Implement this
     throw new NotImplementedException();
 }