Sandbox Logo

InputDefinition.Type

System.Type Type { get; set; }

Description

What type is accepted in this input. For input signals, this will be <see cref="T:System.Threading.Tasks.Task" /> or <see cref="T:Task[]" />.

Return

User Comments