ToString() 공개 메소드

Creates a String representation of the node.
public ToString ( ) : string
리턴 string
예제 #1
0
 protected static void CannotOptimize(ElementInit init)
 {
     throw new QueryOptimizationException(init.ToString());
 }
 private static void CannotConvertToSoda(ElementInit init)
 {
     throw new LinqQueryException(init.ToString());
 }