单项选择题

类MyClass定义如下:

为了防止多个线程同时对字段j的值进行增加,则应将属性[MethodImplAttribute[MethodImplOptions.Synchronized]添加到()

A.Increament方法
B.j字段
C.Clear方法
D.MyClass类