예제 #1
0
 internal NrdoMultiGet(NrdoTable table, MethodInfo method, NrdoGetAttribute gattr)
     : base(table, method, gattr)
 {
 }
예제 #2
0
 // Cannot be subclassed outside this assembly
 internal NrdoGet(NrdoTable table, MethodInfo method, NrdoGetAttribute gattr)
     : base(table, method, gattr)
 {
     this.index    = gattr.Index;
     this.hasIndex = gattr.HasIndex;
 }