C# Class Microsoft.R.Support.RD.Parser.RdArgumentDescription

Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ExtractArgumentDecriptions ( Microsoft.R.Support.RD.Parser.RdParseContext context ) : string>.IReadOnlyDictionary

Extracts argument names and descriptions from the RD '\arguments{...} construct

Private Methods

Method Description
ParseArgumentItem ( Microsoft.R.Support.RD.Parser.RdParseContext context ) : IEnumerable

Method Details

ExtractArgumentDecriptions() public static method

Extracts argument names and descriptions from the RD '\arguments{...} construct
public static ExtractArgumentDecriptions ( Microsoft.R.Support.RD.Parser.RdParseContext context ) : string>.IReadOnlyDictionary
context Microsoft.R.Support.RD.Parser.RdParseContext
return string>.IReadOnlyDictionary