DocComment.TypeParameters Property

Definition

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)

Property Value

Dictionary<String,String>

Applies to