예제 #1
0
 internal GraphJumpProxy(GraphJump jump)
 {
     GraphJump = jump;
 }
 internal static GraphJumpProxy GraphJumpProxy(GraphJump jump)
 {
     return(new GraphJumpProxy(jump));
 }