예제 #1
0
 internal override TResultType Accept <TResultType, TArgType>(ColumnMapVisitorWithResults <TResultType, TArgType> visitor, TArgType arg)
 {
     return(visitor.Visit(this, arg));
 }
예제 #2
0
 internal abstract TResultType Accept <TResultType, TArgType>(ColumnMapVisitorWithResults <TResultType, TArgType> visitor, TArgType arg);