示例#1
0
        public void CannotCreateSimpleValue_FromStruct()
        {
            var value = new TestStruct();

            Assert.Throws <InvalidCastException>(() => SimpleValue.Create(value));
        }