'DeclarationPublic Shared Function GetAlgorithmListFromParams( _ ByVal ParamArray items() As Object _ ) As IEnumerable(Of String)
'UsageDim items() As Object Dim value As IEnumerable(Of String) value = SSHAlgorithmList.GetAlgorithmListFromParams(items)
public static IEnumerable<string> GetAlgorithmListFromParams( params object[] items )
Parameters
- items
- An array of objects that must be converted to an array of Filter objects.
Return Value
An array of Filter objects.