C# Class MixinRefactoring.Method

Inheritance: Member, IParameterList
Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Parameter parameter ) : void
GetParameter ( int index ) : Parameter
Method ( string name, ITypeSymbol type, bool overrideFromObject = false ) : Microsoft.CodeAnalysis

ToString ( ) : string

Méthodes protégées

Méthode Description
CreateCopy ( ) : Member

Method Details

Add() public méthode

public Add ( Parameter parameter ) : void
parameter Parameter
Résultat void

CreateCopy() protected méthode

protected CreateCopy ( ) : Member
Résultat Member

GetParameter() public méthode

public GetParameter ( int index ) : Parameter
index int
Résultat Parameter

Method() public méthode

public Method ( string name, ITypeSymbol type, bool overrideFromObject = false ) : Microsoft.CodeAnalysis
name string
type ITypeSymbol
overrideFromObject bool /// this flag is set if the method was originally declared /// in System.Object and is overriden. When the mixin is included, /// overriden methods from System.Object should still be added to the child
Résultat Microsoft.CodeAnalysis

ToString() public méthode

public ToString ( ) : string
Résultat string