C# Class MixinRefactoring.Parameter

Datei anzeigen Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
IsEqual ( Parameter other ) : bool
Parameter ( string name, ITypeSymbol type ) : Microsoft.CodeAnalysis
ToString ( ) : string

Method Details

IsEqual() public method

public IsEqual ( Parameter other ) : bool
other Parameter
return bool

Parameter() public method

public Parameter ( string name, ITypeSymbol type ) : Microsoft.CodeAnalysis
name string
type ITypeSymbol
return Microsoft.CodeAnalysis

ToString() public method

public ToString ( ) : string
return string