Bike.Test.ParserTest.Is C# (CSharp) 메소드

Is() 개인적인 메소드

private Is ( ) : void
리턴 void
        public void Is()
        {
            ParseAndWalk(@"a is Person<System.String>;");
            ParseAndWalk(@"a is System.Collections.Generic.List<System.String>;");
        }