Esempio n. 1
0
        public void MustNotCallObjectSignatureWithType()
        {
            Type myType = typeof(TestObject);

            UniqueKey.GetInstanceScopedString((object)myType, "PartialKey");
        }