예제 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public <E extends Exception> void writeTo(ValueWriter<E> writer) throws E
        public override void WriteTo <E>(ValueWriter <E> writer) where E : Exception
        {
            writer.WriteDateTime(_value);
        }