C# Class SharpDox.Build.Roslyn.Parser.MethodParser

Inheritance: BaseParser
Show file Open project: Geaz/sharpDox Class Usage Examples

Private Methods

Method Description
GetParsedMethod ( IMethodSymbol method, bool isCtor ) : SDMethod
MethodParser ( TypeRefParser typeRefParser, ParserOptions parserOptions ) : System.Collections.Generic
ParseConstructors ( SharpDox.Model.Repository.SDType sdType, INamedTypeSymbol typeSymbol ) : void
ParseMethodList ( SortedList sdMethodList, IEnumerable methodList, bool isCtor ) : void
ParseMethods ( SharpDox.Model.Repository.SDType sdType, INamedTypeSymbol typeSymbol ) : void