Method | Description | |
---|---|---|
Add ( |
||
GetParameter ( int index ) : |
||
Method ( string name, ITypeSymbol type, bool overrideFromObject = false ) : Microsoft.CodeAnalysis |
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateCopy ( ) : |
public GetParameter ( int index ) : |
||
index | int | |
return |
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 |
return | Microsoft.CodeAnalysis |