EnvironmentVariables.Create Method (IEnumerable<KeyValuePair<string, string>>)EnvironmentVariables.Create Method (IEnumerable(Of KeyValuePair(Of String, String)))EnvironmentVariables::Create Method (IEnumerable<KeyValuePair<String^, String^>>^)
Creates an EnvironmentVariablesEnvironmentVariablesEnvironmentVariables instance from the specified enumerable collection.
Syntax
Public Shared Function Create( _ variables As IEnumerable(Of KeyValuePair(Of String, String)) _ ) As EnvironmentVariables
public static EnvironmentVariables Create( IEnumerable<KeyValuePair<string, string>> variables )
public: static EnvironmentVariables^ Create( IEnumerable<KeyValuePair<String^, String^>>^ variables )
Parameters
- variables
Type: System.Collections.Generic.IEnumerable<T>System.Collections.Generic.IEnumerable(Of T)System.Collections.Generic::IEnumerable<T>^
An enumerable collection of key-value pairs.