Balakin.VSOutputEnhancer.Tests.UnitTests.ParsedDataTests.EmptyValueExceptionValueType C# (CSharp) Метод

EmptyValueExceptionValueType() приватный Метод

private EmptyValueExceptionValueType ( ) : void
Результат void
        public void EmptyValueExceptionValueType()
        {
            var value = new ParsedValue<Int32>();
            // Trying to cast to Int32
            // ReSharper disable once UnusedVariable
            var i = (Int32)value;
        }