AsIsTest() public method

public AsIsTest ( ) : void
return void
Example #1
0
        static void Main(string[] args)
        {
            Program p = new Program();

            p.AsIsTest();
        }
Example #2
0
 static void Main(string[] args)
 {
     Program p = new Program();
     p.AsIsTest();
 }
Example #3
0
        static void Main()
        {
            Program p = new Program();

            p.AsIsTest();
        }
Example #4
0
 static void Main()
 {
     Program p = new Program();
     p.AsIsTest();
 }