C# 클래스 Rakudo.Runtime.Signature

Represents a signature.
파일 보기 프로젝트 열기: jnthn/6model

공개 프로퍼티들

프로퍼티 타입 설명
Parameters Rakudo.Runtime.Parameter[]

공개 메소드들

메소드 설명
Signature ( Parameter Parameters ) : System

Creates a new Signature object instance.

비공개 메소드들

메소드 설명
HasSlurpyPositional ( ) : bool

Do we have a slurpy positional parameter?

메소드 상세

Signature() 공개 메소드

Creates a new Signature object instance.
public Signature ( Parameter Parameters ) : System
Parameters Parameter
리턴 System

프로퍼티 상세

Parameters 공개적으로 프로퍼티

The parameters we have.
public Parameter[],Rakudo.Runtime Parameters
리턴 Rakudo.Runtime.Parameter[]