单项选择题

下面那些方法不是属于store的方法()

A.getState()
B.dispatch(action)
C.subscribe(listener)
D.createStore()