Ejemplo n.º 1
0
        static public void Test_T(guid guid)
        {
            string s = guid.to_string();

            Debug.Assert(s == "D59B08E7-79EE-47E4-AAE1-2B8DE4B87331".ToLower());
        }
Ejemplo n.º 2
0
 static public void Test_T(guid guid)
 {
    string s = guid.to_string();
    Debug.Assert(s == "D59B08E7-79EE-47E4-AAE1-2B8DE4B87331".ToLower());
 }
Ejemplo n.º 3
0
        static private void Test(guid g)
        {
            string s = g.to_string();

            Debug.Assert(s == "00000000-0000-0000-0000-000000000000");
        }
Ejemplo n.º 4
0
 static private void Test(guid g)
 {
    string s = g.to_string();
    Debug.Assert(s == "00000000-0000-0000-0000-000000000000");
 }