C# Class Rakudo.Runtime.Signature

Represents a signature.
Afficher le fichier Open project: jnthn/6model

Méthodes publiques

Свойство Type Description
Parameters Rakudo.Runtime.Parameter[]

Méthodes publiques

Méthode Description
Signature ( Parameter Parameters ) : System

Creates a new Signature object instance.

Private Methods

Méthode Description
HasSlurpyPositional ( ) : bool

Do we have a slurpy positional parameter?

Method Details

Signature() public méthode

Creates a new Signature object instance.
public Signature ( Parameter Parameters ) : System
Parameters Parameter
Résultat System

Property Details

Parameters public_oe property

The parameters we have.
public Parameter[],Rakudo.Runtime Parameters
Résultat Rakudo.Runtime.Parameter[]