Method Execute
Execute(IEnumerable<IMarker>)
Execute the action.
선언
public abstract bool Execute(IEnumerable<IMarker> markers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IEnumerable<IMarker> | markers | Markers that will be used for the action. |
반환
타입 | 설명 |
---|---|
bool | true if the action has been executed. false otherwise |