Получи случайную криптовалюту за регистрацию!

Which of the followings does not allow you to use C# static ke | C# 1001 notes

Which of the followings does not allow you to use C# static keyword?
Anonymous Quiz
1%
(Method) static void Run() {}
11%
(Property) static int Prop {get; set;}
7%
(Field) static int _field;
1%
(Class) static class MyClass {}
11%
(Constructor) static MyClass() {}
47%
(Destructor) static ~MyClass() {}
22%
(Event) static event EventHandler evt;