DocComment.Input Property

Definition

The inputs to the item, as a list of symbol/description pairs. This is only populated for functions and operations.

public System.Collections.Generic.Dictionary<string,string> Input { get; }
member this.Input : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Input As Dictionary(Of String, String)

Property Value

Dictionary<String,String>

Applies to