Method Validate
Validate(IEnumerable<IMarker>)
Defines the validity of an Action for a given set of markers.
선언
public abstract ActionValidity Validate(IEnumerable<IMarker> markers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IEnumerable<IMarker> | markers | Markers that will be used for the action. |
반환
타입 | 설명 |
---|---|
ActionValidity | The validity of the set of markers. |