Initializes a new instance of the PrintTypeParameter class
Namespace: WorkZone.Dispatcher.Base
Assembly: WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public PrintTypeParameter( string name, IList validParameterOptions, bool allowNull = false )
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeParameter.#ctor(System.String,System.Collections.IList,System.Boolean)"]
- validParameterOptions
- Type: System.CollectionsIList
[Missing <param name="validParameterOptions"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeParameter.#ctor(System.String,System.Collections.IList,System.Boolean)"]
- allowNull (Optional)
- Type: SystemBoolean
[Missing <param name="allowNull"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeParameter.#ctor(System.String,System.Collections.IList,System.Boolean)"]
See Also