StraalforsPrintTypeParamProviderGetPrintTypeParams Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Straalfors.Configuration.StraalforsPrintTypeParamProvider.GetPrintTypeParams(WorkZone.Dispatcher.Base.Configuration.PrintType)"]
Namespace: WorkZone.Dispatcher.Straalfors.ConfigurationAssembly: WorkZone.Dispatcher.Straalfors_24.5.0.0 (in WorkZone.Dispatcher.Straalfors_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IEnumerable<PrintTypeParameter> GetPrintTypeParams(
PrintType printType
)
Public Function GetPrintTypeParams (
printType As PrintType
) As IEnumerable(Of PrintTypeParameter)
public:
virtual IEnumerable<PrintTypeParameter^>^ GetPrintTypeParams(
PrintType printType
) sealed
abstract GetPrintTypeParams :
printType : PrintType -> IEnumerable<PrintTypeParameter>
override GetPrintTypeParams :
printType : PrintType -> IEnumerable<PrintTypeParameter>
Parameters
- printType PrintType
[Missing <param name="printType"/> documentation for "M:WorkZone.Dispatcher.Straalfors.Configuration.StraalforsPrintTypeParamProvider.GetPrintTypeParams(WorkZone.Dispatcher.Base.Configuration.PrintType)"]
Return Value
IEnumerablePrintTypeParameter[Missing <returns> documentation for "M:WorkZone.Dispatcher.Straalfors.Configuration.StraalforsPrintTypeParamProvider.GetPrintTypeParams(WorkZone.Dispatcher.Base.Configuration.PrintType)"]
Implements
IPrintTypeParameterProviderGetPrintTypeParams(PrintType)
See Also