C# 클래스 clipr.ParseActionExtensions

파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
ConsumesArgumentValues ( this action ) : bool

Indicates whether or not an action has the potential to consume argument values.

메소드 상세

ConsumesArgumentValues() 공개 정적인 메소드

Indicates whether or not an action has the potential to consume argument values.
public static ConsumesArgumentValues ( this action ) : bool
action this Action to test.
리턴 bool