LogValuesFormatter.GetValues(Object[]) Method

Definition

Gets an enumerable of key/value pairs for all format items.

public:
 System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ GetValues(cli::array <System::Object ^> ^ values);
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>> GetValues(object[] values);
member this.GetValues : obj[] -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function GetValues (values As Object()) As IEnumerable(Of KeyValuePair(Of String, Object))

Parameters

values
Object[]

Returns

Applies to