I got a code from Internet which contains below line of code
protected override Freezable CreateInstanceCore() => new ExponentialDoubleAnimation();
I don't have installed this version of C# in visual studio. so this is showing error that "Missing ;". can anybody please tell me what will be the similar code in c# 5 and below for this line of code?