DocComment.TypeParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type parameters for the item, as a list of symbol/description pairs. This is only populated for functions and operations.
public System.Collections.Generic.Dictionary<string,string> TypeParameters { get; }
member this.TypeParameters : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property TypeParameters As Dictionary(Of String, String)