C# Class Bike.Ast.FormalParameter

Show file Open project: buunguyen/bike

Public Properties

Property Type Description
Identifier Identifier
IsParams bool

Public Methods

Method Description
Accept ( IWalker walker ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Accept() public method

public Accept ( IWalker walker ) : object
walker IWalker
return object

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Identifier public property

public Identifier,Bike.Ast Identifier
return Identifier

IsParams public property

public bool IsParams
return bool